Changeset

6086:b6c17530a8fb

mod_filter_chatstates: Add note about csi_simple
author Menel <menel@snikket.de>
date Sun, 08 Dec 2024 10:54:31 +0100
parents 6085:f21ef2c20a63
children 6087:04d0ab97a678
files mod_filter_chatstates/README.md
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
   ----- -------