aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-02-23 19:48:50 +0100
committerDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-02-23 19:48:50 +0100
commit4bffb4d94db6d32d8e98b8241402cb5e51a879e7 (patch)
treeaa4c6ba236989f057b3645fdaba05d8812101ade /README.md
parentdca984b72e124e9c90d1e218a8d5b4766f1025e4 (diff)
updated readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/README.md b/README.md
index cdc33df2..063cd6ed 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ Secure Conversation is an open source XMPP (Jabber) client for Android 4.0+ smar
##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
+* 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
@@ -14,3 +14,17 @@ Secure Conversation is an open source XMPP (Jabber) client for Android 4.0+ smar
* Multiple Accounts
* Group Chats
* Contact list integration
+
+###XMPP Features
+SC works with every XMPP server out there. However XMPP is an extensible
+protocol. These extensions are standardized as well in so called XEP’s. SC
+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 SC 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-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