aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-08-27 19:18:35 +0200
committerDaniel Gultsch <daniel@gultsch.de>2015-08-27 19:18:35 +0200
commitcb70df7a343d55196c9ad1d7ae3e30acae117fc6 (patch)
tree5ce3f915206d8abf783f0104c93a5d7e01252df7 /README.md
parenteff9e417e02bef9c4d94b659f7a90f3ff334ce25 (diff)
added XEP number for http file upload
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a68b162b1..ae7690e89 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ run your own XMPP server for you and your friends. These XEP's are:
* [XEP-0352: Client State Indication](http://xmpp.org/extensions/xep-0352.html) lets the server know whether or not
Conversations is in the background. Allows the server to save bandwidth by
withholding unimportant packages.
-* [XEP-xxxx: HTTP File Upload](http://xmpp.org/extensions/inbox/http-upload.html) allows you to share files in conferences and with offline
+* [XEP-0363: HTTP File Upload](http://xmpp.org/extensions/xep-0363.html) allows you to share files in conferences and with offline
contacts. Requires an [additional component](https://github.com/siacs/HttpUploadComponent)
on your server.