view mod_muclogging.wiki @ 58:b823f0ee9cba

muclogging => muc_log
author t.ephraim
date Sun, 18 Oct 2009 22:03:27 +0000
parents 1dd6406d8fab
children
line wrap: on
line source

#summary Module which logs muc conversations to a file
#labels Stage-Alpha

= 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