# HG changeset patch # User Menel # Date 1773501720 -3600 # Node ID 297b3b30b8b2a1c30583cf0a0d2877436a0f4732 # Parent 7816bf74e488892effd15d98370f22b410be9f4b mod_csi_simple_compat/README.md: More explicit readme about the old compat. diff -r 7816bf74e488 -r 297b3b30b8b2 mod_csi_simple_compat/README.md --- a/mod_csi_simple_compat/README.md Fri Mar 13 13:01:26 2026 +0100 +++ b/mod_csi_simple_compat/README.md Sat Mar 14 16:22:00 2026 +0100 @@ -1,15 +1,19 @@ --- summary: Compat module for unsupported prosody Version labels: -- Stage-Deprecated +- Stage-Obsolete ... - # About This module allows using the [mod_csi_simple][doc:modules:mod_csi_simple] setting `csi_important_payloads` (added in trunk/0.12) in Prosody 0.11.x. +::: {.alert .alert-warning} +Prosody 0.11.x is no longer maintained. +::: + + # Config ``` @@ -35,3 +39,7 @@ "{urn:xmpp:jingle-message:0}", } ``` +# Compatibility + +Works for prosody 0.11.x +Use [mod_csi_simple][doc:modules:mod_csi_simple] for later versions.