# HG changeset patch # User MWild1 # Date 1265045334 0 # Node ID 058ede5388399bde4868b40cd67838f0b7116966 # Parent 291ee152eea97554ad196b3885684047947307a8 Clarified documentation, config and dependency on something else for viewing the logs. diff -r 291ee152eea9 -r 058ede538839 mod_muc_log.wiki --- a/mod_muc_log.wiki Mon Feb 01 16:22:39 2010 +0000 +++ b/mod_muc_log.wiki Mon Feb 01 17:28:54 2010 +0000 @@ -1,19 +1,21 @@ -#summary Module which logs muc conversations to a file +#summary Log chatroom messages to disk #labels Stage-Beta = Introduction = -This module logs the conversation of muc running on this server to a daily changing file. -There are files per room and day. +This module logs the conversation of chatrooms running on the server to Prosody's data store. To view them you will need a module such as [[mod_muc_log_http]]. = Details = -Here is a example config with just the muclogging parts added to the right sections: +mod_muc_log must be loaded individually for the components that need it. Assuming you have a MUC component already running on conference.example.org then you can add muc_log to it like so: + {{{ -component "rooms.example.com" "muc" +Component "conference.example.org" "muc" modules_enabled = { "muc_log"; - }; + } }}} -The logs are stored via datamanager. \ No newline at end of file += Compatibility = +|| 0.6 || Works || +|| 0.7 || Works || \ No newline at end of file