# HG changeset patch # User Kim Alvefur # Date 1389913133 -3600 # Node ID 4573bb828a4d33abdc956d04f48e1915316eb028 # Parent 8b4e2a05f4508f7890f71b138a650bf883a1b05a Component, not global diff -r 8b4e2a05f450 -r 4573bb828a4d mod_muc_log_http.wiki --- 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 :)