Mercurial > prosody-modules
view mod_muc_lang/README.markdown @ 5760:59e38aaa3ec1
mod_storage_s3: Remove wrapper and original timestamp from payload (BC)
Unpacking the wrapper was already removed in 66986f5271c3 so it was
broken already.
Just rely on the Last-Modified date instead, it's not going to be
accurate if a different timestamp is passed, e.g. with migrations, but
that will have to be a future problem.
Perhaps the X-Amz-Meta-* can be used?
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 02 Dec 2023 12:23:15 +0100 |
parents | 4e8b5ea7f4c2 |
children |
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.