# HG changeset patch # User t.ephraim # Date 1255903407 0 # Node ID b823f0ee9cba2525e1f69b34fff9a2149b61d393 # Parent 1dd6406d8fabc65df1ae8d6d5e7db79d70ddf69d muclogging => muc_log diff -r 1dd6406d8fab -r b823f0ee9cba mod_muclogging.wiki --- a/mod_muclogging.wiki Sun Oct 18 21:58:00 2009 +0000 +++ b/mod_muclogging.wiki Sun Oct 18 22:03:27 2009 +0000 @@ -11,7 +11,7 @@ Here is a example config with just the muclogging parts added to the right sections: {{{ host "*" - muclogging = { + muc_log = { folder = "/var/log/prosody/rooms"; http_port = 5290; } @@ -22,7 +22,7 @@ The http server part would then be reachable at the url: {{{ -http://example.com:5290/muclogging/ +http://example.com:5290/muc_log/ }}} = TODO =