comparison mod_muc_log.wiki @ 71:87bba9ac5896

removed folder config option. isn't needed anymore, cause we use datamanager to store the logging stuff.
author t.ephraim
date Sun, 25 Oct 2009 13:22:57 +0000
parents 994ecad6c623
children 3ff74599170f
comparison
equal deleted inserted replaced
70:994ecad6c623 71:87bba9ac5896
1 #summary Module which logs muc conversations to a file 1 #summary Module which logs muc conversations to a file
2 #labels Stage-Alpha 2 #labels Stage-Beta
3 3
4 = Introduction = 4 = Introduction =
5 5
6 This module logs the conversation of muc running on this server to a daily changing file. 6 This module logs the conversation of muc running on this server to a daily changing file.
7 There is a file per room. 7 There is a file per room.
14 modules_enabled = { 14 modules_enabled = {
15 "muc_log"; 15 "muc_log";
16 } 16 }
17 17
18 muc_log = { 18 muc_log = {
19 folder = "/var/log/prosody/rooms";
20 http_port = 5290; 19 http_port = 5290;
21 } 20 }
22 }}} 21 }}}
23 22
24 The http server part would then be reachable at the url: 23 The http server part would then be reachable at the url:
26 http://example.com:5290/muc_log/ 25 http://example.com:5290/muc_log/
27 }}} 26 }}}
28 27
29 = TODO = 28 = TODO =
30 * out bans correctly 29 * out bans correctly
31 * use datamanager for save and restore logged data
32 * testing testing 30 * testing testing