This module adds support for advertising the language used in a room.
"rooms.example.net" "muc"
Component = {
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 https://modules.prosody.im/rocks/mod_muc_lang-5-1.src.rock
For other see the documentation for installing 3rd party modules