Software /
code /
prosody-modules
Comparison
mod_filter_chatstates/README.wiki @ 1782:29f3d6b7ad16
Import wiki pages
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 24 Aug 2015 16:43:56 +0200 |
comparison
equal
deleted
inserted
replaced
1781:12ac88940fe3 | 1782:29f3d6b7ad16 |
---|---|
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 |