# HG changeset patch # User tmolitor # Date 1503425410 -7200 # Node ID ff0495909d4ecb2ea7a7bd11eb9e670c811eb753 # Parent a688b31295ea5bbbbdf21ff347c70040d5ffd42c 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. diff -r a688b31295ea -r ff0495909d4e mod_csi_battery_saver/README.markdown --- a/mod_csi_battery_saver/README.markdown Sat Aug 19 17:09:59 2017 +0200 +++ b/mod_csi_battery_saver/README.markdown Tue Aug 22 20:10:10 2017 +0200 @@ -18,9 +18,12 @@ bring up their radio for unimportant stanzas. `IQ` stanzas, and `message` stanzas containing a body or being encypted -and all nonzas are considered important. Groupchat messages must set a -subject or have the user's username or nickname in their messages to count -as "important". `Presence` stanzas are always not "important". +and all nonzas are considered important. +If the config option `csi_battery_saver_filter_muc` is set to true, +groupchat messages must set a subject or have the user's username or nickname +in their messages to count as "important", if the config is false (default), all +groupchat messages havin a body or being encrypted are considered "important". +`Presence` stanzas are always considered not "important". All buffered stanzas that allow timestamping are properly stamped to reflect their original send time, see [XEP-0203].