# HG changeset patch # User MWild1@gmail.com # Date 1342722740 0 # Node ID 341195fb3d62eb02f0fd772b0ad7d2db5ed1da86 # Parent 7699308b4f9b9a9dc332169d8566fc475684adb7 Added config example diff -r 7699308b4f9b -r 341195fb3d62 mod_muc_limits.wiki --- 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. ||