Comparison

mod_muc_moderation/README.markdown @ 5872:593312fedfe1

mod_muc_moderation: Fix example
author Kim Alvefur <zash@zash.se>
date Thu, 29 Feb 2024 18:00:01 +0100
parent 5670:d4b97eaeb235
child 5873:84a784bc4096
comparison
equal deleted inserted replaced
5871:d00af6ebb326 5872: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 ```