1782
|
1 #summary Drop chat states from messages to inactive sessions |
|
2 |
|
3 = Introduction = |
|
4 |
|
5 Some mobile XMPP client developers consider |
|
6 [http://xmpp.org/extensions/xep-0085.html Chat State Notifications] to be |
|
7 a waste of power and bandwidth, especially when the user is not actively |
|
8 looking at their device. This module will filter them out while the |
|
9 session is considered inactive. It depends on `mod_csi` for deciding |
|
10 when to begin and end filtering. |
|
11 |
|
12 = Configuration = |
|
13 |
|
14 There is no configuration for this module, just add it to modules_enabled as normal. |
|
15 |
|
16 = Compatibility = |
|
17 ||0.9||Works|| |
|
18 |