Correct docs on csi_waiting_time

This commit is contained in:
JC Brand 2016-03-30 15:49:19 +00:00
parent 8e3c97ae61
commit 2341c0914d

View File

@ -337,7 +337,7 @@ csi_waiting_time
* Default: ``0``
This option adds support for **XEP-0085 Chat State Indication**.
This option adds support for `XEP-0352 Client State Indication <http://xmpp.org/extensions/xep-0352.html>_`
If converse.js is idle for the configured amount of seconds, a chat state
indication of ``inactive`` will be sent out to the XMPP server (if the server
@ -346,6 +346,8 @@ supports CSI).
Afterwards, ss soon as there is any activity (for example, the mouse moves),
a chat state indication of ``active`` will be sent out.
A value of ``0`` means that this feature is disabled.
debug
-----