updated readme
This commit is contained in:
parent
3558fa5f5b
commit
271b0f9c58
|
@ -40,6 +40,9 @@ These XEPs are - as of now:
|
||||||
your desktop client and thus allows you to switch seamlessly from your mobile
|
your desktop client and thus allows you to switch seamlessly from your mobile
|
||||||
client to your desktop client and back within one conversation.
|
client to your desktop client and back within one conversation.
|
||||||
* XEP-0237: Roster Versioning mainly to save bandwidth on poor mobile connections
|
* 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
|
##Contributors
|
||||||
(In order of appearance)
|
(In order of appearance)
|
||||||
|
@ -201,7 +204,7 @@ However with adb (android debug bridge) you squeeze some more information out of
|
||||||
Conversations. These information are especially useful if you are experiencing
|
Conversations. These information are especially useful if you are experiencing
|
||||||
troubles with your connection or with file transfer.
|
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
|
####I found a bug
|
||||||
Please report it to our issue tracker. If your app crashes please provide a
|
Please report it to our issue tracker. If your app crashes please provide a
|
||||||
|
|
Loading…
Reference in New Issue