Mercurial > prosody-modules
comparison mod_csi_battery_saver/README.markdown @ 2746:d3a2f4bdaf09
mod_csi_battery_saver: Add config option for better muc handling
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Fri, 18 Aug 2017 22:56:28 +0200 |
parents | b62cec32680e |
children | ff0495909d4e |
comparison
equal
deleted
inserted
replaced
2745:b62cec32680e | 2746:d3a2f4bdaf09 |
---|---|
28 Use with other CSI plugins such as [mod_throttle_presence], | 28 Use with other CSI plugins such as [mod_throttle_presence], |
29 [mod_filter_chatstates] or [mod_csi_pump] is *not* supported. | 29 [mod_filter_chatstates] or [mod_csi_pump] is *not* supported. |
30 | 30 |
31 The internal stanza buffer of this module is hardcoded to 100 stanzas. | 31 The internal stanza buffer of this module is hardcoded to 100 stanzas. |
32 | 32 |
33 Configuration | |
34 ============= | |
35 | |
36 Option Default Description | |
37 ---------------------------------- ---------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
38 `csi_battery_saver_filter_muc` false Controls whether all muc messages having a body should be considered as important (false) or only such containing the user's room nic (true). Warning: you should only set this to true if your users can live with muc messages being delayed several minutes. | |
39 | |
40 | |
33 [f70c02c14161]: //hg.prosody.im/prosody-modules/raw-file/f70c02c14161/mod_smacks/mod_smacks.lua | 41 [f70c02c14161]: //hg.prosody.im/prosody-modules/raw-file/f70c02c14161/mod_smacks/mod_smacks.lua |