# HG changeset patch # User t.ephraim # Date 1265041359 0 # Node ID 291ee152eea97554ad196b3885684047947307a8 # Parent 75092a6a82b2e2088575d2b7e7f9e06900085f71 added a short install description and a note about the default port. diff -r 75092a6a82b2 -r 291ee152eea9 mod_muc_log_http.wiki --- a/mod_muc_log_http.wiki Sat Jan 23 18:25:24 2010 +0500 +++ b/mod_muc_log_http.wiki Mon Feb 01 16:22:39 2010 +0000 @@ -4,6 +4,9 @@ This module will give you the option to show the logged muc conversations in a simple website. += Installation = + +Just copy the folder muc_log_http as it is, into the modules folder of your prosody. = Configuration Details = @@ -16,7 +19,7 @@ } muc_log_http = { - http_port = 5290; + http_port = 5290; -- default is 5290 showJoin = false; -- default is true showStatus = false; -- default is true theme = "default"; -- default is theme "default"