comparison mod_filter_chatstates/README.markdown @ 1873:9283a6bcf512

mod_filter_chatstates: Link to mod_csi
author Kim Alvefur <zash@zash.se>
date Thu, 24 Sep 2015 00:52:27 +0200
parents 4d73a1a6ba68
children
comparison
equal deleted inserted replaced
1872:72df72b9ee20 1873:9283a6bcf512
1 --- 1 ---
2 labels:
3 summary: Drop chat states from messages to inactive sessions 2 summary: Drop chat states from messages to inactive sessions
4 ... 3 ...
5 4
6 Introduction 5 Introduction
7 ============ 6 ============
8 7
9 Some mobile XMPP client developers consider [Chat State 8 Some mobile XMPP client developers consider [Chat State
10 Notifications](http://xmpp.org/extensions/xep-0085.html) to be a waste 9 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 10 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 11 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 12 considered inactive. It depends on [mod\_csi](/mod_csi.html) for
14 and end filtering. 13 deciding when to begin and end filtering.
15 14
16 Configuration 15 Configuration
17 ============= 16 =============
18 17
19 There is no configuration for this module, just add it to 18 There is no configuration for this module, just add it to