changeset 293:341195fb3d62

Added config example
author MWild1@gmail.com
date Thu, 19 Jul 2012 18:32:20 +0000
parents 7699308b4f9b
children 010cc20c03fa
files mod_muc_limits.wiki
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_muc_limits.wiki	Fri Jul 13 15:02:26 2012 +0200
+++ b/mod_muc_limits.wiki	Thu Jul 19 18:32:20 2012 +0000
@@ -18,6 +18,15 @@
 
 = Configuration =
 
+Add the module to the MUC host (not the global modules_enabled):
+
+{{{
+    Component "conference.example.com" "muc"
+        modules_enabled = { "muc_limits" }
+}}}
+
+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. ||