# HG changeset patch # User Matthew Wild # Date 1544019155 0 # Node ID 3bf847dbb063bb7ee658e21c46d9000c8f7a8019 # Parent eaf0b1e950160e66373f34ef816ca1c4767bca29 mod_csi: Update README diff -r eaf0b1e95016 -r 3bf847dbb063 mod_csi/README.markdown --- a/mod_csi/README.markdown Wed Dec 05 14:12:00 2018 +0000 +++ b/mod_csi/README.markdown Wed Dec 05 14:12:35 2018 +0000 @@ -1,22 +1,20 @@ --- summary: Client State Indication support +labels: +- 'Stage-Merged' ... Introduction ============ -This module implements [Client State +This module implements [XEP-0352: Client State Indication](http://xmpp.org/extensions/xep-0352.html), a way for mobile clients to tell the server that they are sitting in someones pocket and would rather not get some less urgent things pushed to it. -However this module does not do anything by itself. Deciding what things -are considered "less urgent" is left to other modules. - -- [mod\_throttle\_presence](/mod_throttle_presence.html) suppresses - presence updates -- [mod\_filter\_chatstates](/mod_filter_chatstates.html) removes chat - states (*Someone is typing...*) +This module has been merged into Prosody 0.11. Please see the +[mod_csi documentation](https://prosody.im/doc/modules/mod_csi) for more +information about how it is used. Configuration ============= @@ -30,3 +28,7 @@ ----- ------- 0.9 Works ----- ------- + 0.10 Works + ----- ------- + 0.11 Works (included) + ----- -------