# HG changeset patch # User t.ephraim # Date 1258489780 0 # Node ID 82e7feef398ca59d3304c3e36b1810f48cbecdae # Parent 70c5740549a59fdc32c2267842f319ebd2a94227 Edited wiki page through web user interface. diff -r 70c5740549a5 -r 82e7feef398c mod_muc_log.wiki --- a/mod_muc_log.wiki Tue Nov 17 17:48:45 2009 +0000 +++ b/mod_muc_log.wiki Tue Nov 17 20:29:40 2009 +0000 @@ -4,46 +4,16 @@ = Introduction = This module logs the conversation of muc running on this server to a daily changing file. -There is a file per room. +There are files per room and day. = Details = Here is a example config with just the muclogging parts added to the right sections: {{{ -Host "*" +component "rooms.example.com" "muc" modules_enabled = { - ..... - "muc_log"; - ..... - } - - muc_log = { - http_port = 5290; - showJoin = false; -- default is true - showStatus = false; -- default is true - } - -component "rooms.example.com" "muc" - logging = true; - + "muc_log"; + }; }}} -The http server part would then be reachable at the url: -{{{ -http://example.com:5290/muc_log/ -}}} - -showJoin sets the default for showing joins or leaves. -showStatus sets the default for showing status changes. - -= TODO = - * log/output bans correctly - * show a nice errormessage when lfs is not installed - * let the admin choose to enable logging via room config - * show the scrollbars only when needed - * resize the messages div when size of window changes - * make /me message displayed correctly - * support speeqe.com to directly join the room - * when viewing a specific day, add previous/next buttons - * show the available days in a kind of calender way - * testing testing \ No newline at end of file +The logs are stored via datamanager. \ No newline at end of file