comparison mod_muc_log_http.wiki @ 135:2b79ecd3ece6

Edited wiki page through web user interface.
author t.ephraim
date Thu, 17 Jun 2010 09:18:45 +0000
parents 0abc8d412aad
children 646476e373af
comparison
equal deleted inserted replaced
134:6abd50682378 135:2b79ecd3ece6
23 23
24 muc_log_http = { 24 muc_log_http = {
25 http_port = 5290; -- default is 5290 25 http_port = 5290; -- default is 5290
26 showJoin = false; -- default is true 26 showJoin = false; -- default is true
27 showStatus = false; -- default is true 27 showStatus = false; -- default is true
28 theme = "default"; -- default is theme "default" 28 theme = "prosody"; -- default is theme "prosody"
29 } 29 }
30 }}} 30 }}}
31 31
32 *showJoin* sets the default for showing joins or leaves. 32 *showJoin* sets the default for showing joins or leaves.
33 *showStatus* sets the default for showing status changes. 33 *showStatus* sets the default for showing status changes.