Software /
code /
prosody-modules
Comparison
mod_muc_limits/README.markdown @ 5565:b97ae1cd7813
mod_muc_limits: Normalise README markdown syntax (thanks pandoc)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 24 Jun 2023 23:53:48 +0200 |
parent | 3417:1534d0715d35 |
child | 5566:f71d66bd87be |
comparison
equal
deleted
inserted
replaced
5564:731ba9400c10 | 5565:b97ae1cd7813 |
---|---|
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 |