changeset 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 a688b31295ea
children 9756211fcbe3
files mod_csi_battery_saver/README.markdown
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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].