Conversations/README.md

48 lines
2.8 KiB
Markdown
Raw Normal View History

2014-02-28 13:14:01 -05:00
#Conversations
Conversations is an open source XMPP client for Android 4.0+ smart phones
2014-02-23 13:30:24 -05:00
2014-03-21 16:50:00 -04:00
![alt tag](https://raw.githubusercontent.com/siacs/Conversations/master/screenshots.png)
2014-02-23 13:30:24 -05:00
##Design principles
* Be as beautiful and easy to use as possible without sacrificing security or
privacy
2014-02-23 13:48:50 -05:00
* Rely on existing, well established protocols
* Do not require a Google Account or specifically Google Cloud Messaging (GCM)
2014-02-23 13:30:24 -05:00
* Require as little permissons as possible
##Features
2014-02-28 13:14:01 -05:00
* End-to-end encryption with either OTR or openPGP
2014-02-23 13:30:24 -05:00
* Holo UI
* Multiple Accounts
* Group Chats
* Contact list integration
2014-02-23 13:48:50 -05:00
###XMPP Features
2014-02-28 13:14:01 -05:00
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
2014-02-23 13:48:50 -05:00
chance that your current XMPP server does not support these extensions.
2014-02-28 13:14:01 -05:00
Therefore to get the most out of Conversations you should consider either switching to an
2014-02-23 13:48:50 -05:00
XMPP server that does or - even better - run your own XMPP server for you and
your friends.
These XEPs are - as of now:
2014-03-11 20:48:41 -04:00
* XEP-0198: Stream Management allows XMPP to surive small network outages and changes of the underlying TCP connection.
2014-02-23 13:48:50 -05:00
* 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
2014-03-11 20:48:41 -04:00
##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.
2014-03-21 17:19:27 -04:00
However PGP can be in some cases (carbonated messages to multiple clients) be
more flexible.
2014-03-24 07:41:12 -04:00
####How do I use openPGP
Before you continue reading you should notice that the openPGP support in
Conversations is marked as experimental. This is not because it will make the app
unstable but because the fundamental concepts of PGP aren't ready for a
widespread use. The way PGP works is that you trust Key IDs instead of XMPP- or email addresses. So in theory your contact list should consist of Public-Key-IDs instead of email addresses. But of course no email or xmpp client out there implements these concepts. Plus openPGG in the context of instant messaging has a couple of downsides. It is vulnerable for replay attacs, it is rather verbose, decryping and encrypting takes longer than OTR. It is however asynchronous and works well with carbonated messages.
To use openpgp you have to install the opensource app OpenKeychain (www.openkeychain.org) and then long press on the account in manage accounts and choose renew PGP announcement from the contextual menu.