Mercurial > prosody-modules
comparison mod_muc_limits/README.markdown @ 5567:d52cc18f0aa8
mod_muc_limits: Add a limit on number of bytes in a message body
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 25 Jun 2023 00:00:02 +0200 |
parents | f71d66bd87be |
children | 6680a1f53353 |
comparison
equal
deleted
inserted
replaced
5566:f71d66bd87be | 5567:d52cc18f0aa8 |
---|---|
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 muc_max_char_count 5664 The maximum allowed number of bytes in a message | |
43 muc_max_line_count 23 The maximum allowed number of lines in a message | 44 muc_max_line_count 23 The maximum allowed number of lines in a message |
44 | 45 |
45 For more understanding of how these values are used, see the algorithm | 46 For more understanding of how these values are used, see the algorithm |
46 section below. | 47 section below. |
47 | 48 |