Mercurial > prosody-wiki
annotate mod_muc_log.wiki @ 104:8efa9cb52f6c
mod_regredirect: Created wiki page through web user interface.
author | maranda3985 |
---|---|
date | Wed, 30 Dec 2009 00:41:19 +0000 |
parents | 82e7feef398c |
children | 058ede538839 |
rev | line source |
---|---|
59 | 1 #summary Module which logs muc conversations to a file |
71
87bba9ac5896
removed folder config option. isn't needed anymore, cause we use datamanager to store the logging stuff.
t.ephraim
parents:
70
diff
changeset
|
2 #labels Stage-Beta |
59 | 3 |
4 = Introduction = | |
5 | |
6 This module logs the conversation of muc running on this server to a daily changing file. | |
94 | 7 There are files per room and day. |
59 | 8 |
9 = Details = | |
10 | |
11 Here is a example config with just the muclogging parts added to the right sections: | |
12 {{{ | |
94 | 13 component "rooms.example.com" "muc" |
63 | 14 modules_enabled = { |
94 | 15 "muc_log"; |
16 }; | |
59 | 17 }}} |
18 | |
94 | 19 The logs are stored via datamanager. |