diff 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
line wrap: on
line diff
--- a/mod_muc_limits/README.markdown	Sat Jun 24 23:56:13 2023 +0200
+++ b/mod_muc_limits/README.markdown	Sun Jun 25 00:00:02 2023 +0200
@@ -40,6 +40,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
+  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