Software /
code /
prosody-modules
Changeset
2769:fdb2f53347d6
mod_muc_limits: Document muc_max_nick_length
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 22 Sep 2017 13:43:41 +0100 |
parents | 2768:2af42a3af131 |
children | 2770:7cd877aa6095 |
files | mod_muc_limits/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_muc_limits/README.markdown Thu Sep 21 23:31:42 2017 +0200 +++ b/mod_muc_limits/README.markdown Fri Sep 22 13:43:41 2017 +0100 @@ -39,6 +39,7 @@ -------------------- --------------- ------------------------------------------ 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 For more understanding of how these values are used, see the algorithm section below.