Software /
code /
prosody-modules
File
mod_muc_lang/README.md @ 6200:0781470db737
mod_audit: Document Prosody version requirement (currently trunk)
Closes #1890
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 11 Feb 2025 21:20:09 +0100 |
parent | 6003:fe081789f7b5 |
line wrap: on
line source
# Introduction This module adds support for advertising the language used in a room. # Configuring ``` {.lua} 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](https://en.wikipedia.org/wiki/ISO_639) like `en`, `fr`, `de` etc. # Compatibility Meant for use with Prosody 0.10.x Native support was [added in Prosody trunk/0.11](https://hg.prosody.im/trunk/rev/9c90cd2fc4c3), so there is no need for this module.