changeset 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 75092a6a82b2
children 058ede538839
files mod_muc_log_http.wiki
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"