updated readme

This commit is contained in:
Daniel Gultsch 2014-05-07 16:02:05 +02:00
parent 5a407c766c
commit 02e8db4f4c
1 changed files with 13 additions and 1 deletions

View File

@ -14,6 +14,7 @@ Android 4.0+ smart phones.
##Features ##Features
* End-to-end encryption with either OTR or openPGP * End-to-end encryption with either OTR or openPGP
* Sending and receiving images
* Holo UI * Holo UI
* Syncs with your desktop client * Syncs with your desktop client
* Group Chats * Group Chats
@ -38,10 +39,15 @@ These XEPs are - as of now:
* XEP-0237: Roster Versioning mainly to save bandwith on poor mobile connections * XEP-0237: Roster Versioning mainly to save bandwith on poor mobile connections
##Contributors ##Contributors
(In order of appearance)) (In order of appearance)
###Code
* Rene Treffer @rtreffer * Rene Treffer @rtreffer
* Andreas Straub @strb * Andreas Straub @strb
###Translations
* @beriain (Spanish and Basque)
##FAQ ##FAQ
###General ###General
####How do I install Conversations? ####How do I install Conversations?
@ -73,6 +79,12 @@ detais within Conversations. This will start an add to address book intent with
as payload. This doesnt require Conversations to have write permissions on your as payload. This doesnt require Conversations to have write permissions on your
address book but also doesnt require you to copy past Jabber ID from one app to address book but also doesnt require you to copy past Jabber ID from one app to
another. another.
####How can I change my status
You can set an account offline by long pressing on it and select temporarily
disable account from the context menu. Other statuses like away, DND and N/A are
not supported for simplicity reasons. Users tend to forget their status, other
users ignore them and setting the status automatically would mean too much of an
impact on privacy.
###Security ###Security
####Why are there to end-to-end encryption methods and which one should I choose? ####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. 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.