Mercurial > prosody-wiki
annotate mod_muc_log.wiki @ 412:4573bb828a4d
Component, not global
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 16 Jan 2014 23:58:53 +0100 |
parents | 49ec592e43f6 |
children | e15448188d05 |
rev | line source |
---|---|
112
058ede538839
Clarified documentation, config and dependency on something else for viewing the logs.
MWild1
parents:
94
diff
changeset
|
1 #summary Log chatroom messages to disk |
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 | |
113 | 6 This module logs the conversation of chatrooms running on the server to Prosody's data store. To view them you will need a module such as [mod_muc_log_http]. |
59 | 7 |
8 = Details = | |
9 | |
112
058ede538839
Clarified documentation, config and dependency on something else for viewing the logs.
MWild1
parents:
94
diff
changeset
|
10 mod_muc_log must be loaded individually for the components that need it. Assuming you have a MUC component already running on conference.example.org then you can add muc_log to it like so: |
058ede538839
Clarified documentation, config and dependency on something else for viewing the logs.
MWild1
parents:
94
diff
changeset
|
11 |
59 | 12 {{{ |
112
058ede538839
Clarified documentation, config and dependency on something else for viewing the logs.
MWild1
parents:
94
diff
changeset
|
13 Component "conference.example.org" "muc" |
63 | 14 modules_enabled = { |
94 | 15 "muc_log"; |
112
058ede538839
Clarified documentation, config and dependency on something else for viewing the logs.
MWild1
parents:
94
diff
changeset
|
16 } |
59 | 17 }}} |
18 | |
112
058ede538839
Clarified documentation, config and dependency on something else for viewing the logs.
MWild1
parents:
94
diff
changeset
|
19 = Compatibility = |
058ede538839
Clarified documentation, config and dependency on something else for viewing the logs.
MWild1
parents:
94
diff
changeset
|
20 || 0.6 || Works || |
058ede538839
Clarified documentation, config and dependency on something else for viewing the logs.
MWild1
parents:
94
diff
changeset
|
21 || 0.7 || Works || |