mod_muc_moderation/README.markdown
changeset 5852 593312fedfe1
parent 5651 d4b97eaeb235
child 5853 84a784bc4096
equal deleted inserted replaced
5851:d00af6ebb326 5852: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 ```