annotate mod_muc_log.wiki @ 94:82e7feef398c

Edited wiki page through web user interface.
author t.ephraim
date Tue, 17 Nov 2009 20:29:40 +0000
parents dc62fc777239
children 058ede538839
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
59
4410f015d570 Created wiki page through web user interface.
t.ephraim
parents:
diff changeset
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
4410f015d570 Created wiki page through web user interface.
t.ephraim
parents:
diff changeset
3
4410f015d570 Created wiki page through web user interface.
t.ephraim
parents:
diff changeset
4 = Introduction =
4410f015d570 Created wiki page through web user interface.
t.ephraim
parents:
diff changeset
5
4410f015d570 Created wiki page through web user interface.
t.ephraim
parents:
diff changeset
6 This module logs the conversation of muc running on this server to a daily changing file.
94
82e7feef398c Edited wiki page through web user interface.
t.ephraim
parents: 92
diff changeset
7 There are files per room and day.
59
4410f015d570 Created wiki page through web user interface.
t.ephraim
parents:
diff changeset
8
4410f015d570 Created wiki page through web user interface.
t.ephraim
parents:
diff changeset
9 = Details =
4410f015d570 Created wiki page through web user interface.
t.ephraim
parents:
diff changeset
10
4410f015d570 Created wiki page through web user interface.
t.ephraim
parents:
diff changeset
11 Here is a example config with just the muclogging parts added to the right sections:
4410f015d570 Created wiki page through web user interface.
t.ephraim
parents:
diff changeset
12 {{{
94
82e7feef398c Edited wiki page through web user interface.
t.ephraim
parents: 92
diff changeset
13 component "rooms.example.com" "muc"
63
c05ce0ae01e2 Edited wiki page through web user interface.
t.ephraim
parents: 62
diff changeset
14 modules_enabled = {
94
82e7feef398c Edited wiki page through web user interface.
t.ephraim
parents: 92
diff changeset
15 "muc_log";
82e7feef398c Edited wiki page through web user interface.
t.ephraim
parents: 92
diff changeset
16 };
59
4410f015d570 Created wiki page through web user interface.
t.ephraim
parents:
diff changeset
17 }}}
4410f015d570 Created wiki page through web user interface.
t.ephraim
parents:
diff changeset
18
94
82e7feef398c Edited wiki page through web user interface.
t.ephraim
parents: 92
diff changeset
19 The logs are stored via datamanager.