comparison mod_csi_battery_saver/README.markdown @ 2748:ff0495909d4e

mod_csi_battery_saver: Fix small bug and correct readme. See https://github.com/ChatSecure/ChatSecure-iOS/issues/770#issuecomment-323534057 for a description of the bug.
author tmolitor <thilo@eightysoft.de>
date Tue, 22 Aug 2017 20:10:10 +0200
parents d3a2f4bdaf09
children d1aa5fc005f7
comparison
equal deleted inserted replaced
2747:a688b31295ea 2748:ff0495909d4e
16 at the same time. This way, nothing is lost or reordered while still 16 at the same time. This way, nothing is lost or reordered while still
17 allowing for power usage savings by not requiring mobile clients to 17 allowing for power usage savings by not requiring mobile clients to
18 bring up their radio for unimportant stanzas. 18 bring up their radio for unimportant stanzas.
19 19
20 `IQ` stanzas, and `message` stanzas containing a body or being encypted 20 `IQ` stanzas, and `message` stanzas containing a body or being encypted
21 and all nonzas are considered important. Groupchat messages must set a 21 and all nonzas are considered important.
22 subject or have the user's username or nickname in their messages to count 22 If the config option `csi_battery_saver_filter_muc` is set to true,
23 as "important". `Presence` stanzas are always not "important". 23 groupchat messages must set a subject or have the user's username or nickname
24 in their messages to count as "important", if the config is false (default), all
25 groupchat messages havin a body or being encrypted are considered "important".
26 `Presence` stanzas are always considered not "important".
24 27
25 All buffered stanzas that allow timestamping are properly stamped to 28 All buffered stanzas that allow timestamping are properly stamped to
26 reflect their original send time, see [XEP-0203]. 29 reflect their original send time, see [XEP-0203].
27 30
28 Use with other CSI plugins such as [mod_throttle_presence], 31 Use with other CSI plugins such as [mod_throttle_presence],