# HG changeset patch # User Menel # Date 1733651671 -3600 # Node ID b6c17530a8fb5e77a1ae2da621353ec16ae9d4a2 # Parent f21ef2c20a63e4083770c82ac596b018c20718c3 mod_filter_chatstates: Add note about csi_simple diff -r f21ef2c20a63 -r b6c17530a8fb mod_filter_chatstates/README.md --- a/mod_filter_chatstates/README.md Sun Dec 08 09:46:57 2024 +0100 +++ b/mod_filter_chatstates/README.md Sun Dec 08 10:54:31 2024 +0100 @@ -2,6 +2,12 @@ summary: Drop chat states from messages to inactive sessions ... +::: {.alert .alert-info} +This module discards certain kinds of stanzas that are unnecessary to deliver to inactive clients. This is technically against the XMPP specification, and has the potential to cause bugs. However it is being used by some people successfully, and reduces the overall bandwidth usage for mobile devices. +On the other hand it does not save battery usage in a relevant way compared to other `csi` modules. +Consider using [mod_csi_simple][doc:modules:mod_csi_simple] that is incuded in prosody since Version 0.11. +::: + Introduction ============ @@ -22,5 +28,6 @@ ============= ----- ------- - 0.9 Works + 0.11 Works + 0.10 Works ----- -------