Go to file
Daniel Gultsch 03d96266f8 fixed a small graphic glitch 2014-02-28 03:22:05 +01:00
gen made pgp decrypt stuff a little bit more bearable 2014-02-28 02:58:15 +01:00
libs basic otr support 2014-02-13 23:40:08 +01:00
res fixed a small graphic glitch 2014-02-28 03:22:05 +01:00
src/de/gultsch/chat fixed a small graphic glitch 2014-02-28 03:22:05 +01:00
.classpath inital commit 2014-01-24 02:04:05 +01:00
.project inital commit 2014-01-24 02:04:05 +01:00
AndroidManifest.xml adding and removing roster items now possible. basic error display on error messages 2014-02-20 17:00:50 +01:00
README.md updated readme 2014-02-23 19:48:50 +01:00
proguard-project.txt inital commit 2014-01-24 02:04:05 +01:00
project.properties inital commit 2014-01-24 02:04:05 +01:00

README.md

#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 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 both OTR or PGP
  • Holo UI
  • 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 XEPs. 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