This module adds support for advertising the language used in a room.
Component "rooms.example.net" "muc"
modules_enabled = {
"muc_lang";
}The room language is specified in a new field in the room configuration dialog, accessible through compatible clients.
Use language
codes like en, fr, de
etc.
Meant for use with Prosody 0.10.x
Native support was added in Prosody trunk/0.11, so there is no need for this module.
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_muc_lang
For earlier versions see the documentation for installing 3rd party modules