view mod_xmllang_check/README.md @ 6560:7dee00093c88

mod_conversejs: Update for compatibility with Converse.js 14 Some sort of new JavaScript module thing. Appears to be backwards-compatible with earlier versions. Fixes #1997
author Kim Alvefur <zash@zash.se>
date Fri, 26 Jun 2026 17:59:55 +0200
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";
}
```