File: README.txt

package info (click to toggle)
ejabberd-contrib 0.2016.09.12~dfsg0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 2,236 kB
  • sloc: erlang: 5,025; makefile: 46; sh: 26
file content (41 lines) | stat: -rw-r--r-- 805 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41


	mod_muc_log_http - Serve MUC logs on the web

	Homepage: http://ejabberd.im/mod_muc_log_http
	Author: Badlop


	DESCRIPTION
	===========

This module serves the directory containing MUC logs already
configured on mod_muc_log.  So, there's no need to setup a web server
to allow your users to view the MUC logs.  It is a small modification
of mod_http_fileserver, customized for log serving.


	CONFIGURATION
	=============

Sample ejabberd.yml options. The directory to serve is already defined
on mod_muc_log.

listen:
  -
    port: 5280
    module: ejabberd_http
    request_handlers:
      "/pub/muclogs": mod_muc_log_http

modules:
  mod_muc_log:
    outdir: "/tmp/muclogs"
  mod_muc_log_http: {}


	USAGE
	=====

With the example options, open your web browser at:
http://server:5280/pub/muclogs/