view mod_xmllang_check/README.md @ 6436:fdf7b82099de

mod_auto_moved: Replace util.serialization.serialize with %q
author Link Mauve <linkmauve@linkmauve.fr>
date Wed, 11 Mar 2026 00:32:02 +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";
}
```