From 78a0c27d6b97d06a82707dce16df193b31efaa5f Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Mon, 19 Feb 2018 13:08:55 +0100 Subject: [PATCH] Fix HTTP-File-Upload typo --- xep-0385.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0385.xml b/xep-0385.xml index 65a90683..46dfff85 100644 --- a/xep-0385.xml +++ b/xep-0385.xml @@ -71,7 +71,7 @@ TODO:

&xep0234; describes a peer-to-peer protocol for synchronous file-transfer between two XMPP entities. It attempts a direct transmission, followed by a proxied transmission, via &xep0260;. If neither works it will fallback to &xep0261; which will transfer the data inband of the exsiting XMPP stream.

- +

&xep0363; was designed as a simpler to implement alternative to &xep0231;. This is achieved by reusing the HTTP APIs in todays mobile and language SDKs. It requires a server component where clients can request HTTP URLs to upload data to and share the corresponding download URL as part of plain text in a conversation.