comparison mod_filter_chatstates/README.markdown @ 1803:4d73a1a6ba68

Convert all wiki pages to Markdown
author Kim Alvefur <zash@zash.se>
date Fri, 28 Aug 2015 18:03:58 +0200
parents mod_filter_chatstates/README.wiki@29f3d6b7ad16
children 9283a6bcf512
comparison
equal deleted inserted replaced
1802:0ab737feada6 1803:4d73a1a6ba68
1 ---
2 labels:
3 summary: Drop chat states from messages to inactive sessions
4 ...
5
6 Introduction
7 ============
8
9 Some mobile XMPP client developers consider [Chat State
10 Notifications](http://xmpp.org/extensions/xep-0085.html) to be a waste
11 of power and bandwidth, especially when the user is not actively looking
12 at their device. This module will filter them out while the session is
13 considered inactive. It depends on `mod_csi` for deciding when to begin
14 and end filtering.
15
16 Configuration
17 =============
18
19 There is no configuration for this module, just add it to
20 modules\_enabled as normal.
21
22 Compatibility
23 =============
24
25 ----- -------
26 0.9 Works
27 ----- -------