Go to file
2014-03-13 13:28:16 +01:00
libs merged new openpgp-lib 2014-03-09 13:20:40 +01:00
res fixed bug where one couldnt short click to edit in the account list 2014-03-13 04:32:19 +01:00
src/eu/siacs/conversations removed unnecessary uihelper method 2014-03-13 13:28:16 +01:00
.gitignore added gen dir to gitignore 2014-03-05 21:05:00 +01:00
.gitmodules added openpgp keychain submodule 2014-03-05 16:02:53 +01:00
.project rename in project file 2014-03-05 21:03:46 +01:00
AndroidManifest.xml notifications support vibration now 2014-03-12 01:49:11 +01:00
build.xml antifizieren 2014-03-05 16:23:38 +01:00
proguard-project.txt inital commit 2014-01-24 02:04:05 +01:00
project.properties updated openpgp api 2014-03-08 02:16:50 +01:00
README.md updated readme 2014-03-12 01:48:41 +01:00

#Conversations Conversations is an open source XMPP client for Android 4.0+ smart phones

##Design principles

  • Be as beautiful and easy to use as possible without sacrificing security or privacy
  • Rely on existing, well established protocols
  • Do not require a Google Account or specifically Google Cloud Messaging (GCM)
  • Require as little permissons as possible

##Features

  • End-to-end encryption with either OTR or openPGP
  • Holo UI
  • Multiple Accounts
  • Group Chats
  • Contact list integration

###XMPP Features Conversations works with every XMPP server out there. However XMPP is an extensible protocol. These extensions are standardized as well in so called XEPs. Conversations supports a couple of those to make the overall userexperience 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 your friends. These XEPs are - as of now:

  • XEP-0198: Stream Management allows XMPP to surive small network outages and changes of the underlying TCP connection.
  • 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

##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.