changeset 412:4573bb828a4d

Component, not global
author Kim Alvefur <zash@zash.se>
date Thu, 16 Jan 2014 23:58:53 +0100
parents 8b4e2a05f450
children 56912134d96b
files mod_muc_log_http.wiki
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mod_muc_log_http.wiki	Thu Jan 16 23:56:52 2014 +0100
+++ b/mod_muc_log_http.wiki	Thu Jan 16 23:58:53 2014 +0100
@@ -14,9 +14,11 @@
 You need to add muc_log_http to your global modules_enabled, and the configuration options similarly must be put into your global (server-wide) options section:
 
 {{{
+	Component "conference.example.com" "muc"
 	modules_enabled = {
 		.....
-			"muc_log_http";
+		"muc_log";
+		"muc_log_http";
 		.....
 	}
 
@@ -34,12 +36,11 @@
 
 The web interface would then be reachable at the address:
 {{{
-http://example.com:5280/muc_log/
+http://conference.example.com:5280/muc_log/
 }}}
 
 
 = TODO =
   * Log bans correctly
-  * Let the admin choose to enable logging via room config
   * Quota ~ per day ?!
   * Testing testing :)