Software /
code /
prosody-modules
Changeset
6085:f21ef2c20a63
mod_throttle_presence: add note about csi_simple
author | Menel <menel@snikket.de> |
---|---|
date | Sun, 08 Dec 2024 09:46:57 +0100 |
parents | 6084:3441cdf73d80 |
children | 6086:b6c17530a8fb |
files | mod_throttle_presence/README.md |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 ============