changeset 60:6c1adee9b652

Deleting wiki page mod_muclogging.
author t.ephraim
date Sun, 18 Oct 2009 22:05:04 +0000
parents 4410f015d570
children 70425a2e230f
files mod_muclogging.wiki
diffstat 1 files changed, 0 insertions(+), 29 deletions(-) [+]
line wrap: on
line diff
--- a/mod_muclogging.wiki	Sun Oct 18 22:04:53 2009 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-#summary Module which logs muc conversations to a file
-#labels Stage-Alpha
-
-= Introduction =
-
-This module logs the conversation of muc running on this server to a daily changing file.
-There is a file per room.
-
-= Details =
-
-Here is a example config with just the muclogging parts added to the right sections:
-{{{
-host "*"
-   muc_log = {
-       folder = "/var/log/prosody/rooms";
-       http_port = 5290;
-    }
-
-component "rooms.example.com" "muc"
-        logging = true;
-}}}
-
-The http server part would then be reachable at the url:
-{{{
-http://example.com:5290/muc_log/
-}}}
-
-= TODO =
- * testing testing
\ No newline at end of file