# HG changeset patch # User Menel # Date 1733647617 -3600 # Node ID f21ef2c20a63e4083770c82ac596b018c20718c3 # Parent 3441cdf73d80aad376a276bb8688af7b9b21526f mod_throttle_presence: add note about csi_simple diff -r 3441cdf73d80 -r f21ef2c20a63 mod_throttle_presence/README.md --- a/mod_throttle_presence/README.md Sun Dec 08 09:25:10 2024 +0100 +++ b/mod_throttle_presence/README.md Sun Dec 08 09:46:57 2024 +0100 @@ -4,6 +4,10 @@ summary: Limit presence stanzas to save traffic ... +::: {.alert .alert-info} +This module violates the xmpp protocol by discarding stanzas, some people reportet issues with it. In reality the bandwith saving is not relevant for most poeple, consider using [mod_csi_simple][doc:modules:mod_csi_simple] that is incuded in prosody since Version 0.11. +::: + Introduction ============