Software /
code /
prosody-modules
Diff
mod_muc_limits/README.markdown @ 5593:04f36a470dca
Update from upstream
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Sun, 09 Jul 2023 01:31:29 +0700 |
parent | 5567:d52cc18f0aa8 |
child | 5608:6680a1f53353 |
line wrap: on
line diff
--- a/mod_muc_limits/README.markdown Fri May 26 02:15:45 2023 +0700 +++ b/mod_muc_limits/README.markdown Sun Jul 09 01:31:29 2023 +0700 @@ -35,11 +35,13 @@ You can define (globally or per-MUC component) the following options: - Name Default value Description - ------------------------ --------------- ---------------------------------------------- - muc\_event\_rate 0.5 The maximum number of events per second. - muc\_burst\_factor 6 Allow temporary bursts of this multiple. - muc\_max\_nick\_length 23 The maximum allowed length of user nicknames + Name Default value Description + --------------------- --------------- -------------------------------------------------- + muc_event_rate 0.5 The maximum number of events per second. + muc_burst_factor 6 Allow temporary bursts of this multiple. + muc_max_nick_length 23 The maximum allowed length of user nicknames + muc_max_char_count 5664 The maximum allowed number of bytes in a message + muc_max_line_count 23 The maximum allowed number of lines in a message For more understanding of how these values are used, see the algorithm section below.