Software /
code /
prosody-modules
Changeset
5609:bae2f4830a93
mod_muc_limits: Set syntax of config snippets to enable syntax highlighting
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 15 Jul 2023 09:14:57 +0200 |
parents | 5608:6680a1f53353 |
children | 5610:ee335399d90e |
files | mod_muc_limits/README.markdown |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_muc_limits/README.markdown Sat Jul 15 09:09:41 2023 +0200 +++ b/mod_muc_limits/README.markdown Sat Jul 15 09:14:57 2023 +0200 @@ -30,8 +30,10 @@ Add the module to the MUC host (not the global modules\_enabled): - Component "conference.example.com" "muc" - modules_enabled = { "muc_limits" } +```lua +Component "conference.example.com" "muc" + modules_enabled = { "muc_limits" } +``` You can define (globally or per-MUC component) the following options: