Software /
code /
prosody-modules
Comparison
mod_muc_limits/README.markdown @ 2771:397dafbd79fc
mod_muc_limits: Fix alignment of table columns
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 22 Sep 2017 20:34:56 +0200 |
parent | 2770:7cd877aa6095 |
child | 3402:6a3060d5e85d |
comparison
equal
deleted
inserted
replaced
2770:7cd877aa6095 | 2771:397dafbd79fc |
---|---|
33 Component "conference.example.com" "muc" | 33 Component "conference.example.com" "muc" |
34 modules_enabled = { "muc_limits" } | 34 modules_enabled = { "muc_limits" } |
35 | 35 |
36 You can define (globally or per-MUC component) the following options: | 36 You can define (globally or per-MUC component) the following options: |
37 | 37 |
38 Name Default value Description | 38 Name Default value Description |
39 -------------------- --------------- ------------------------------------------ | 39 ------------------------ --------------- ---------------------------------------------- |
40 muc\_event\_rate 0.5 The maximum number of events per second. | 40 muc\_event\_rate 0.5 The maximum number of events per second. |
41 muc\_burst\_factor 6 Allow temporary bursts of this multiple. | 41 muc\_burst\_factor 6 Allow temporary bursts of this multiple. |
42 muc\_max\_nick\_length 23 The maximum allowed length of user nicknames | 42 muc\_max\_nick\_length 23 The maximum allowed length of user nicknames |
43 | 43 |
44 For more understanding of how these values are used, see the algorithm | 44 For more understanding of how these values are used, see the algorithm |
45 section below. | 45 section below. |
46 | 46 |
47 Algorithm | 47 Algorithm |