updated readme and xep list

This commit is contained in:
iNPUTmice 2014-12-21 14:05:33 +01:00
parent 1517641713
commit 9656970051
2 changed files with 4 additions and 2 deletions

View File

@ -40,7 +40,6 @@ 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 * XEP-0065: SOCKS5 Bytestreams (or mod_proxy65). Will be used to transfer
files if both parties are behind a firewall (NAT). files if both parties are behind a firewall (NAT).
* XEP-0138: Stream Compression saves bandwidth
* XEP-0163: Personal Eventing Protocol for avatars * XEP-0163: Personal Eventing Protocol for avatars
* XEP-0198: Stream Management allows XMPP to survive small network outages and * XEP-0198: Stream Management allows XMPP to survive small network outages and
changes of the underlying TCP connection. changes of the underlying TCP connection.
@ -48,6 +47,9 @@ run your own XMPP server for you and your friends. These XEP's are:
your desktop client and thus allows you to switch seamlessly from your mobile your desktop client and thus allows you to switch seamlessly from your mobile
client to your desktop client and back within one conversation. client to your desktop client and back within one conversation.
* XEP-0237: Roster Versioning mainly to save bandwidth on poor mobile connections * XEP-0237: Roster Versioning mainly to save bandwidth on poor mobile connections
* XEP-0313: Message Archive Management synchronize message history with the
server. Catch up with messages that were sent while Conversations was
offline.
* XEP-0352: Client State Indication let the server know whether or not * XEP-0352: Client State Indication let the server know whether or not
Conversations is in the background. Allows the server to save bandwidth by Conversations is in the background. Allows the server to save bandwidth by
withholding unimportant packages. withholding unimportant packages.

View File

@ -3,7 +3,6 @@
* XEP-0045: Multi-User Chat * XEP-0045: Multi-User Chat
* XEP-0048: Bookmarks * XEP-0048: Bookmarks
* XEP-0115: Entity Capabilities * XEP-0115: Entity Capabilities
* XEP-0138: Stream Compression
* XEP-0163: Personal Eventing Protocol (avatars and nicks) * XEP-0163: Personal Eventing Protocol (avatars and nicks)
* XEP-0166: Jingle (only used for file transfer) * XEP-0166: Jingle (only used for file transfer)
* XEP-0184: Message Delivery Receipts (reply only) * XEP-0184: Message Delivery Receipts (reply only)
@ -14,5 +13,6 @@
* XEP-0260: Jingle SOCKS5 Bytestreams Transport Method * XEP-0260: Jingle SOCKS5 Bytestreams Transport Method
* XEP-0261: Jingle In-Band Bytestreams Transport Method * XEP-0261: Jingle In-Band Bytestreams Transport Method
* XEP-0280: Message Carbons * XEP-0280: Message Carbons
* XEP-0313: Message Archive Management
* XEP-0333: Chat Markers * XEP-0333: Chat Markers
* XEP-0352: Client State Indication * XEP-0352: Client State Indication