Update README.md
This commit is contained in:
parent
1d9bd64e1d
commit
ac3c96b0db
10
README.md
10
README.md
|
@ -1,5 +1,5 @@
|
|||
#Conversations
|
||||
Conversations - the very last word in instant messaging
|
||||
Conversations: the very last word in instant messaging
|
||||
|
||||
[![Google Play](http://developer.android.com/images/brand/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=eu.siacs.conversations)
|
||||
|
||||
|
@ -21,7 +21,7 @@ Conversations - the very last word in instant messaging
|
|||
* Syncs with desktop client
|
||||
* Conferences (with support for bookmarks)
|
||||
* Address book integration
|
||||
* Multiple Accounts / unified inbox
|
||||
* Multiple accounts / unified inbox
|
||||
* Very low impact on battery life
|
||||
|
||||
|
||||
|
@ -31,10 +31,10 @@ protocol. These extensions are standardized as well in so called XEP’s.
|
|||
Conversations supports a couple of those to make the overall user experience better. There is a
|
||||
chance that your current XMPP server does not support these extensions.
|
||||
Therefore to get the most out of Conversations you should consider either switching to an
|
||||
XMPP server that does or - even better - run your own XMPP server for you and
|
||||
XMPP server that does or — even better — run your own XMPP server for you and
|
||||
your friends.
|
||||
These XEPs are - as of now:
|
||||
* XEP-0065: SOCKS5 Bytestreams - or rather mod_proxy65. Will be used to transfer files if both parties are behind a firewall (NAT).
|
||||
* XEP-0065: SOCKS5 Bytestreams (or rather mod_proxy65). Will be used to transfer files if both parties are behind a firewall (NAT).
|
||||
* XEP-0138: Stream Compression saves bandwidth
|
||||
* XEP-0163: Personal Eventing Protocol for avatars
|
||||
* XEP-0198: Stream Management allows XMPP to survive small network outages and changes of the underlying TCP connection.
|
||||
|
@ -44,7 +44,7 @@ These XEPs are - as of now:
|
|||
* XEP-0237: Roster Versioning mainly to save bandwidth on poor mobile connections
|
||||
* XEP-0352: Client State Indication let the server know whether or not
|
||||
Conversations is in the background. Allows the server to save bandwidth by
|
||||
withholding unimportent packages.
|
||||
withholding unimportant packages.
|
||||
|
||||
##Team
|
||||
####Head of Development
|
||||
|
|
Loading…
Reference in a new issue