# HG changeset patch # User t.ephraim # Date 1257807147 0 # Node ID df513425de2967d8ffd4a29fdec7d50c1b99db83 # Parent 5ba104fb183eee17659082501ae9be3c3b67b6b7 muc_log is now a global module! diff -r 5ba104fb183e -r df513425de29 mod_muc_log.wiki --- 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: