Mercurial > prosody-wiki
view mod_muc_log.wiki @ 87:3fe2370b1c85
TODOs updated
author | t.ephraim |
---|---|
date | Sun, 08 Nov 2009 20:25:59 +0000 |
parents | d9d13329742a |
children | 5ba104fb183e |
line wrap: on
line source
#summary Module which logs muc conversations to a file #labels Stage-Beta = 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 = { http_port = 5290; } }}} The http server part would then be reachable at the url: {{{ http://example.com:5290/muc_log/ }}} = TODO = * log/output bans correctly * show a nice errormessage when lfs is not installed * let the admin choose to enable logging via room config * testing testing