comparison mod_muc_limits/README.markdown @ 5602: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 6680a1f53353
children ee335399d90e
comparison
equal deleted inserted replaced
5601:6680a1f53353 5602:bae2f4830a93
28 Configuration 28 Configuration
29 ============= 29 =============
30 30
31 Add the module to the MUC host (not the global modules\_enabled): 31 Add the module to the MUC host (not the global modules\_enabled):
32 32
33 Component "conference.example.com" "muc" 33 ```lua
34 modules_enabled = { "muc_limits" } 34 Component "conference.example.com" "muc"
35 modules_enabled = { "muc_limits" }
36 ```
35 37
36 You can define (globally or per-MUC component) the following options: 38 You can define (globally or per-MUC component) the following options:
37 39
38 Name Default value Description 40 Name Default value Description
39 --------------------------- --------------- ---------------------------------------------------------- 41 --------------------------- --------------- ----------------------------------------------------------