diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-02-23 19:30:24 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-02-23 19:30:24 +0100 |
commit | dca984b72e124e9c90d1e218a8d5b4766f1025e4 (patch) | |
tree | 17a2733038292e9f53a8a131bac898385ffd4c98 | |
parent | a5a39fa9af27c56a5ebe58db0780ba46b5a8c910 (diff) |
added readme
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..cdc33df2 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +#Secure Conversation +Secure Conversation is an open source XMPP (Jabber) 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 protokolls +* Do not require a Google Account or specifically Google Cloud Messaging (GCM +* Require as little permissons as possible + +##Features +* End-to-end encryption with both OTR or PGP +* Holo UI +* Multiple Accounts +* Group Chats +* Contact list integration |