changeset 63:c05ce0ae01e2

Edited wiki page through web user interface.
author t.ephraim
date Mon, 19 Oct 2009 15:16:23 +0000
parents d7a687cb24e4
children 1445b5e36674
files mod_muc_log.wiki
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_muc_log.wiki	Mon Oct 19 15:15:31 2009 +0000
+++ b/mod_muc_log.wiki	Mon Oct 19 15:16:23 2009 +0000
@@ -11,6 +11,10 @@
 Here is a example config with just the muclogging parts added to the right sections:
 {{{
 component "rooms.example.com" "muc"
+   modules_enabled = {
+       "muc_log";
+   }
+
    muc_log = {
        folder = "/var/log/prosody/rooms";
        http_port = 5290;