comparison mod_muc_log.wiki @ 63:c05ce0ae01e2

Edited wiki page through web user interface.
author t.ephraim
date Mon, 19 Oct 2009 15:16:23 +0000
parents d7a687cb24e4
children 1445b5e36674
comparison
equal deleted inserted replaced
62:d7a687cb24e4 63:c05ce0ae01e2
9 = Details = 9 = Details =
10 10
11 Here is a example config with just the muclogging parts added to the right sections: 11 Here is a example config with just the muclogging parts added to the right sections:
12 {{{ 12 {{{
13 component "rooms.example.com" "muc" 13 component "rooms.example.com" "muc"
14 modules_enabled = {
15 "muc_log";
16 }
17
14 muc_log = { 18 muc_log = {
15 folder = "/var/log/prosody/rooms"; 19 folder = "/var/log/prosody/rooms";
16 http_port = 5290; 20 http_port = 5290;
17 } 21 }
18 }}} 22 }}}