diff mod_muc_log.wiki @ 491:e15448188d05

Update with current behaviour and options
author Kim Alvefur <zash@zash.se>
date Fri, 14 Nov 2014 17:41:54 +0100
parents 49ec592e43f6
children
line wrap: on
line diff
--- a/mod_muc_log.wiki	Fri Oct 24 23:26:23 2014 +0000
+++ b/mod_muc_log.wiki	Fri Nov 14 17:41:54 2014 +0100
@@ -16,6 +16,19 @@
    }
 }}}
 
+Logging is not enabled by default.  In 0.9+ logging can be enabled per room in the room config form.
+
+To enable logging in older versions, or to enable logging by default for all rooms, set
+
+{{{
+muc_log_by_default = true -- Log all rooms by default
+}}}
+
+
 = Compatibility =
 || 0.6 || Works ||
-|| 0.7 || Works ||
\ No newline at end of file
+|| 0.7 || Works ||
+|| 0.8 || Works ||
+|| 0.9 || Works ||
+
+*Note* that per-room configuration only works in 0.9+.