ejabberd-contrib/mod_log_chat
Holger Weiss 81d926142d Update mod_log_chat to work with ejabberd 15.06 2015-06-26 00:04:26 +02:00
..
conf Initial import from ejabberd-modules SVN 2013-04-15 12:03:14 +02:00
ebin Add ebin/ dirs with .keepme file to ensure Git tracks them 2013-04-15 12:18:19 +02:00
src Update mod_log_chat to work with ejabberd 15.06 2015-06-26 00:04:26 +02:00
Emakefile Include lager in the build dependencies. 2014-05-04 22:41:16 -05:00
LICENSE.txt Update FSF address (solves #73) 2015-02-25 15:17:31 +01:00
Makefile Initial import from ejabberd-modules SVN 2013-04-15 12:03:14 +02:00
README.txt mod_log_chat/README.txt: Reflect the move to Git 2014-05-28 22:11:23 +02:00
TODO Initial import from ejabberd-modules SVN 2013-04-15 12:03:14 +02:00
build.bat Update erl(1) command line in build.bat files 2014-05-28 22:16:55 +02:00
build.sh Initial import from ejabberd-modules SVN 2013-04-15 12:03:14 +02:00

README.txt

mod_log_chat
============

mod_log_chat is an ejabberd module aimed at logging chat messages in
text files. mod_log_chat creates one file per couple of chatters and
per day (it doesn't log muc messages, use mod_muc_log for this).

It can store messages in plain text or HTML format.

Compilation and installation
----------------------------

- You need to have Erlang installed.

- Run
  erl -pa ../ejabberd-dev/ebin -make
  in the mod_log_chat directory.

- Copy generated mod_log_chat.beam file from the ebin directory to the
  directory where your ejabberd .beam files are.

- Edit the "modules" section of your ejabberd.cfg configuration file to
  suit your needs (see conf/ejabberd.conf.sample for examples).

- Be sure that the directories where you want to create your log
  files exists and are writable by you ejabberd user.

- Restart ejabberd.