comparison mod_muc_log.wiki @ 62:d7a687cb24e4

Edited wiki page through web user interface.
author t.ephraim
date Mon, 19 Oct 2009 15:15:31 +0000
parents 70425a2e230f
children c05ce0ae01e2
comparison
equal deleted inserted replaced
61:70425a2e230f 62:d7a687cb24e4
8 8
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 host "*" 13 component "rooms.example.com" "muc"
14 muc_log = { 14 muc_log = {
15 folder = "/var/log/prosody/rooms"; 15 folder = "/var/log/prosody/rooms";
16 http_port = 5290; 16 http_port = 5290;
17 } 17 }
18
19 component "rooms.example.com" "muc"
20 logging = true;
21 }}} 18 }}}
22 19
23 The http server part would then be reachable at the url: 20 The http server part would then be reachable at the url:
24 {{{ 21 {{{
25 http://example.com:5290/muc_log/ 22 http://example.com:5290/muc_log/