Mercurial > prosody-modules
comparison mod_muc_moderation/README.markdown @ 5848:593312fedfe1
mod_muc_moderation: Fix example
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 29 Feb 2024 18:00:01 +0100 |
parents | d4b97eaeb235 |
children | 84a784bc4096 |
comparison
equal
deleted
inserted
replaced
5847:d00af6ebb326 | 5848:593312fedfe1 |
---|---|
14 # Configuration | 14 # Configuration |
15 | 15 |
16 Example [MUC component][doc:chatrooms] configuration: | 16 Example [MUC component][doc:chatrooms] configuration: |
17 | 17 |
18 ``` {.lua} | 18 ``` {.lua} |
19 VirtualHost "channels.example.com" "muc" | 19 Component "channels.example.com" "muc" |
20 modules_enabled = { | 20 modules_enabled = { |
21 "muc_mam", | 21 "muc_mam", |
22 "muc_moderation", | 22 "muc_moderation", |
23 } | 23 } |
24 ``` | 24 ``` |