diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -40,19 +40,26 @@ These XEPs are - as of now: 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 bandwidth on poor mobile connections +* XEP-0352: Client State Indication let the server know whether or not + Conversations is in the background. Allows the server to save bandwidth by + withholding unimportent packages. -##Contributors -(In order of appearance) +##Team +####Head of Development +* [Daniel Gultsch](https://github.com/inputmice) -###Code +####Code Contributions +(In order of appearance) * [Rene Treffer](https://github.com/rtreffer) * [Andreas Straub](https://github.com/strb) * [Alethea Butler](https://github.com/alethea) +* [M. Dietrich](https://github.com/emdete) +* [betheg](https://github.com/betheg) -###Logo +####Logo * [Diego Turtulici](http://efesto.eigenlab.org/~diesys) -###Translations +####Translations * [Sergio Cárdenas](https://github.com/kruks23) (Spanish) * [Benoit Bouvarel](https://github.com/BenoitBouvarel) (French) * [Daniel Gultsch](https://github.com/iNPUTmice) (German) @@ -201,7 +208,7 @@ However with adb (android debug bridge) you squeeze some more information out of Conversations. These information are especially useful if you are experiencing troubles with your connection or with file transfer. ```` -adb -d logcat -v time -s xmppService +adb -d logcat -v time -s conversations ```` ####I found a bug Please report it to our issue tracker. If your app crashes please provide a |