Software /
code /
prosody-modules
Changeset
5872:593312fedfe1
mod_muc_moderation: Fix example
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 29 Feb 2024 18:00:01 +0100 |
parents | 5871:d00af6ebb326 |
children | 5873:84a784bc4096 |
files | mod_muc_moderation/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_muc_moderation/README.markdown Thu Feb 29 16:33:15 2024 +0000 +++ b/mod_muc_moderation/README.markdown Thu Feb 29 18:00:01 2024 +0100 @@ -16,7 +16,7 @@ Example [MUC component][doc:chatrooms] configuration: ``` {.lua} -VirtualHost "channels.example.com" "muc" +Component "channels.example.com" "muc" modules_enabled = { "muc_mam", "muc_moderation",