view mod_muc_log.wiki @ 64:1445b5e36674

added some todos, so I can remember them
author t.ephraim
date Mon, 19 Oct 2009 18:29:42 +0000
parents c05ce0ae01e2
children 5e0888fc128a
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:
{{{
component "rooms.example.com" "muc"
   modules_enabled = {
       "muc_log";
   }

   muc_log = {
       folder = "/var/log/prosody/rooms";
       http_port = 5290;
    }
}}}

The http server part would then be reachable at the url:
{{{
http://example.com:5290/muc_log/
}}}

= TODO =
  * out the presence stanzas correct join/leave/status change
  * out muc room title changes correctly
  * out kicks or bans correctly
  * testing testing