aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-03-14 12:16:36 +0100
committerDaniel Gultsch <daniel@gultsch.de>2016-03-14 12:16:36 +0100
commit678bc7b4d4ef2b42323e141985ab9a94f0829593 (patch)
tree970f4f0dedf4c4ae20909c09d3043e1fd6d78dd9 /README.md
parent815c534da854138c5d55f2faaeb84ce657acda35 (diff)
removed requirement of external component for http upload
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index b1743ee8..ee7caeba 100644
--- a/README.md
+++ b/README.md
@@ -56,9 +56,8 @@ 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-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. Alternatively, an [Ejabberd contrib-module](https://github.com/processone/ejabberd-contrib/tree/master/mod_http_upload) and a [Prosody module](http://modules.prosody.im/mod_http_upload.html) are available.
+* [XEP-0363: HTTP File Upload](http://xmpp.org/extensions/xep-0363.html) allows you to share files in conferences
+ and with offline contacts.
## Team