Software /
code /
prosody-modules
Comparison
mod_csi/README.markdown @ 3396:3bf847dbb063
mod_csi: Update README
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 05 Dec 2018 14:12:35 +0000 |
parent | 2876:ea6b5321db50 |
child | 4785:05bea2f43d97 |
comparison
equal
deleted
inserted
replaced
3395:eaf0b1e95016 | 3396:3bf847dbb063 |
---|---|
1 --- | 1 --- |
2 summary: Client State Indication support | 2 summary: Client State Indication support |
3 labels: | |
4 - 'Stage-Merged' | |
3 ... | 5 ... |
4 | 6 |
5 Introduction | 7 Introduction |
6 ============ | 8 ============ |
7 | 9 |
8 This module implements [Client State | 10 This module implements [XEP-0352: Client State |
9 Indication](http://xmpp.org/extensions/xep-0352.html), a way for mobile | 11 Indication](http://xmpp.org/extensions/xep-0352.html), a way for mobile |
10 clients to tell the server that they are sitting in someones pocket and | 12 clients to tell the server that they are sitting in someones pocket and |
11 would rather not get some less urgent things pushed to it. | 13 would rather not get some less urgent things pushed to it. |
12 | 14 |
13 However this module does not do anything by itself. Deciding what things | 15 This module has been merged into Prosody 0.11. Please see the |
14 are considered "less urgent" is left to other modules. | 16 [mod_csi documentation](https://prosody.im/doc/modules/mod_csi) for more |
15 | 17 information about how it is used. |
16 - [mod\_throttle\_presence](/mod_throttle_presence.html) suppresses | |
17 presence updates | |
18 - [mod\_filter\_chatstates](/mod_filter_chatstates.html) removes chat | |
19 states (*Someone is typing...*) | |
20 | 18 |
21 Configuration | 19 Configuration |
22 ============= | 20 ============= |
23 | 21 |
24 There is no configuration for this module, just add it to | 22 There is no configuration for this module, just add it to |
28 ============= | 26 ============= |
29 | 27 |
30 ----- ------- | 28 ----- ------- |
31 0.9 Works | 29 0.9 Works |
32 ----- ------- | 30 ----- ------- |
31 0.10 Works | |
32 ----- ------- | |
33 0.11 Works (included) | |
34 ----- ------- |