Software / code / prosody-modules
Comparison
mod_muc_limits/README.markdown @ 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 |
| parent | 5608:6680a1f53353 |
| child | 5610:ee335399d90e |
comparison
equal
deleted
inserted
replaced
| 5608:6680a1f53353 | 5609: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 --------------------------- --------------- ---------------------------------------------------------- |