Mercurial > prosody-wiki
view mod_muc_log.wiki @ 68:8e2020b86c84
TODO's updated
author | t.ephraim |
---|---|
date | Tue, 20 Oct 2009 21:27:22 +0000 |
parents | 27be871cfa46 |
children | 6cdf5b92d21c |
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 = * differ between join and status changes to online * out kicks or bans correctly * use datamanager for save and restore logged data * testing testing