Mercurial > prosody-modules
view mod_xmllang_check/README.md @ 6549:d2e50b587721
mod_firewall: marks: switch to keyval+ store API
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sun, 24 May 2026 10:49:09 +0100 |
| parents | de3dc4297035 |
| children |
line wrap: on
line source
# mod_xmllang_check This module strips invalid `xml:lang` values from S2S outgoing stanzas. This is to avoid issues with ejabberd validating these values. See notes on ejabberd in `xml-lang-enforcement-findings.md`. ## Configuration ```lua modules_enabled = { "xmllang_check"; } ```
