Mercurial > prosody-modules
comparison mod_csi/README.markdown @ 1871:adb402e7de06
mod_csi: Add links to other modules that act on CSI info
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 24 Sep 2015 00:32:37 +0200 |
parents | 4d73a1a6ba68 |
children | 72df72b9ee20 |
comparison
equal
deleted
inserted
replaced
1870:6a9f91ad4f95 | 1871:adb402e7de06 |
---|---|
1 --- | 1 --- |
2 labels: | |
3 summary: Client State Indication support | 2 summary: Client State Indication support |
4 ... | 3 ... |
5 | 4 |
6 Introduction | 5 Introduction |
7 ============ | 6 ============ |
8 | 7 |
9 This module implements Client State Indication, a way for mobile clients | 8 This module implements Client State Indication, a way for mobile clients |
10 to tell the server that they are sitting in someones pocket and would | 9 to tell the server that they are sitting in someones pocket and would |
11 rather not get some less urgent things pushed to it. | 10 rather not get some less urgent things pushed to it. |
11 | |
12 However this module does not do anything by itself. Deciding what things | |
13 are considered "less urgent" is left to other modules. | |
14 | |
15 - [mod\_throttle\_presence](/mod_throttle_presence.html) supresses | |
16 presence updates | |
17 - [mod\_filter\_chatstates](/mod_filter_chatstates.html) removes chat | |
18 states (*Someone is typing...*) | |
12 | 19 |
13 Configuration | 20 Configuration |
14 ============= | 21 ============= |
15 | 22 |
16 There is no configuration for this module, just add it to | 23 There is no configuration for this module, just add it to |