Skip to content
README.md 1.76 KiB
Newer Older
Daniel Gultsch's avatar
Daniel Gultsch committed
#Conversations
Conversations is an open source XMPP client for Android 4.0+ smart phones
Daniel Gultsch's avatar
Daniel Gultsch committed

![alt tag](https://raw.githubusercontent.com/siacs/Conversations/master/screenshots.png)

Daniel Gultsch's avatar
Daniel Gultsch committed
##Design principles
* Be as beautiful and easy to use as possible without sacrificing security or
  privacy
Daniel Gultsch's avatar
Daniel Gultsch committed
* Rely on existing, well established protocols
* Do not require a Google Account or specifically Google Cloud Messaging (GCM)
Daniel Gultsch's avatar
Daniel Gultsch committed
* Require as little permissons as possible

##Features
Daniel Gultsch's avatar
Daniel Gultsch committed
* End-to-end encryption with either OTR or openPGP
Daniel Gultsch's avatar
Daniel Gultsch committed
* Holo UI
* Multiple Accounts
* Group Chats
* Contact list integration
Daniel Gultsch's avatar
Daniel Gultsch committed

###XMPP Features
Daniel Gultsch's avatar
Daniel Gultsch committed
Conversations works with every XMPP server out there. However XMPP is an extensible
protocol. These extensions are standardized as well in so called XEP’s.
Conversations supports a couple of those to make the overall userexperience better. There is a
Daniel Gultsch's avatar
Daniel Gultsch committed
chance that your current XMPP server does not support these extensions.
Daniel Gultsch's avatar
Daniel Gultsch committed
Therefore to get the most out of Conversations you should consider either switching to an
Daniel Gultsch's avatar
Daniel Gultsch committed
XMPP server that does or - even better - run your own XMPP server for you and
your friends.
These XEPs are - as of now:
Daniel Gultsch's avatar
Daniel Gultsch committed
* XEP-0198: Stream Management allows XMPP to surive small network outages and changes of the underlying TCP connection.
Daniel Gultsch's avatar
Daniel Gultsch committed
* XEP-0280: Message Carbons which automatically syncs the messages you send to
  your desktop client and thus allows you to switch seamlessly from your mobile
  client to your desktop client and back within one conversation.
* XEP-0237: Roster Versioning mainly to save bandwith on poor mobile connections
Daniel Gultsch's avatar
Daniel Gultsch committed

##FAQ
###Security
####Why are there to end-to-end encryption methods and which one should I choose?
In most cases OTR should be the encryption method of choice. It works out of the box with most contacts as long as they are online.