comparison mod_muc_log_http.wiki @ 111:291ee152eea9

added a short install description and a note about the default port.
author t.ephraim
date Mon, 01 Feb 2010 16:22:39 +0000
parents dfbbf18655db
children 0abc8d412aad
comparison
equal deleted inserted replaced
110:75092a6a82b2 111:291ee152eea9
2 2
3 = Introduction = 3 = Introduction =
4 4
5 This module will give you the option to show the logged muc conversations in a simple website. 5 This module will give you the option to show the logged muc conversations in a simple website.
6 6
7 = Installation =
8
9 Just copy the folder muc_log_http as it is, into the modules folder of your prosody.
7 10
8 = Configuration Details = 11 = Configuration Details =
9 12
10 {{{ 13 {{{
11 Host "*" 14 Host "*"
14 "muc_log_http"; 17 "muc_log_http";
15 ..... 18 .....
16 } 19 }
17 20
18 muc_log_http = { 21 muc_log_http = {
19 http_port = 5290; 22 http_port = 5290; -- default is 5290
20 showJoin = false; -- default is true 23 showJoin = false; -- default is true
21 showStatus = false; -- default is true 24 showStatus = false; -- default is true
22 theme = "default"; -- default is theme "default" 25 theme = "default"; -- default is theme "default"
23 } 26 }
24 }}} 27 }}}