diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-07-15 19:01:05 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-07-15 19:01:05 +0200 |
commit | 2fa9af735bb9f4eefeffa8f354a851ce150d2fec (patch) | |
tree | 4a115d11099e5b7225e54ac377c5e62965311035 /README.md | |
parent | b525b42e59fbe8c929156026197f510a49f605fc (diff) |
mention http upload component in readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -42,6 +42,8 @@ run your own XMPP server for you and your friends. These XEP's are: * XEP-0065: SOCKS5 Bytestreams (or mod_proxy65). Will be used to transfer files if both parties are behind a firewall (NAT). * XEP-0163: Personal Eventing Protocol for avatars +* XEP-0191: Blocking command lets you blacklist spammers or block contacts + without removing them from your roster. * XEP-0198: Stream Management allows XMPP to survive small network outages and changes of the underlying TCP connection. * XEP-0280: Message Carbons which automatically syncs the messages you send to @@ -54,8 +56,10 @@ run your own XMPP server for you and your friends. These XEP's are: * XEP-0352: Client State Indication lets the server know whether or not Conversations is in the background. Allows the server to save bandwidth by withholding unimportant packages. -* XEP-0191: Blocking command lets you blacklist spammers or block contacts without removing them from your roster. +* XEP-xxxx: HttpUpload allows you to share files in conferences and with offline + contacts. Requires and [additional component](https://github.com/siacs/HttpUploadComponent) + on your server. ## Team |