changeset 89:df513425de29

muc_log is now a global module!
author t.ephraim
date Mon, 09 Nov 2009 22:52:27 +0000
parents 5ba104fb183e
children be48e3562a18
files mod_muc_log.wiki
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mod_muc_log.wiki	Mon Nov 09 17:18:05 2009 +0000
+++ b/mod_muc_log.wiki	Mon Nov 09 22:52:27 2009 +0000
@@ -10,16 +10,22 @@
 
 Here is a example config with just the muclogging parts added to the right sections:
 {{{
-component "rooms.example.com" "muc"
+Host "*"
    modules_enabled = {
+       .....
        "muc_log";
+       .....
    }
 
    muc_log = {
        http_port = 5290;
        showJoin = false; -- default is true
        showStatus = false; -- default is true
-    }
+   }
+
+component "rooms.example.com" "muc"
+   logging = true;
+
 }}}
 
 The http server part would then be reachable at the url: