# HG changeset patch # User t.ephraim # Date 1255903493 0 # Node ID 4410f015d570dbf6026e23eeb3df4e4f81909353 # Parent b823f0ee9cba2525e1f69b34fff9a2149b61d393 Created wiki page through web user interface. diff -r b823f0ee9cba -r 4410f015d570 mod_muc_log.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_muc_log.wiki Sun Oct 18 22:04:53 2009 +0000 @@ -0,0 +1,28 @@ +#summary Module which logs muc conversations to a file + += Introduction = + +This module logs the conversation of muc running on this server to a daily changing file. +There is a file per room. + += Details = + +Here is a example config with just the muclogging parts added to the right sections: +{{{ +host "*" + muc_log = { + folder = "/var/log/prosody/rooms"; + http_port = 5290; + } + +component "rooms.example.com" "muc" + logging = true; +}}} + +The http server part would then be reachable at the url: +{{{ +http://example.com:5290/muc_log/ +}}} + += TODO = + * testing testing \ No newline at end of file