2
0
Эх сурвалжийг харах

Correct docs on csi_waiting_time

JC Brand 9 жил өмнө
parent
commit
2341c0914d

+ 3 - 1
docs/source/configuration.rst

@@ -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
 -----