# HG changeset patch # User t.ephraim # Date 1258489999 0 # Node ID f18d4607c52d1a062e21df251d815497c43b4f7a # Parent 82e7feef398ca59d3304c3e36b1810f48cbecdae Created wiki page through web user interface. diff -r 82e7feef398c -r f18d4607c52d mod_muc_log_http.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_muc_log_http.wiki Tue Nov 17 20:33:19 2009 +0000 @@ -0,0 +1,38 @@ +#summary module which acts as a website to show mod_muc_log saved loggings. + += Introduction = + +This module will give you the option to show the logged muc conversations in a simple website. + + += Configuration Details = + +{{{ +Host "*" + modules_enabled = { + ..... + "muc_log_http"; + ..... + } + + muc_log_http = { + http_port = 5290; + showJoin = false; -- default is true + showStatus = false; -- default is true + } +}}} +showJoin sets the default for showing joins or leaves. +showStatus sets the default for showing status changes. + +The http server part would then be reachable at the url: +{{{ +http://example.com:5290/muc_log/ +}}} + + += TODO = + * log/output bans correctly + * show a nice errormessage when lfs is not installed + * let the admin choose to enable logging via room config + * show the available days in a kind of calender way + * testing testing \ No newline at end of file