From b019764868f464f0c0634d9aaa86449e7fdf2a00 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Wed, 28 May 2014 22:11:11 +0200 Subject: [PATCH 1/2] mod_log_chat/README.txt: Fix typos --- mod_log_chat/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod_log_chat/README.txt b/mod_log_chat/README.txt index bd97d3b..e6742c8 100644 --- a/mod_log_chat/README.txt +++ b/mod_log_chat/README.txt @@ -1,8 +1,8 @@ mod_log_chat ============ -mod_log_chat is a ejabberd module aimed at logging chat messages in -text files. mod_log_chat create one file per couple of chatters and +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. From 4320c9c898851f0f3ed36a31635349117c1d0f91 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Wed, 28 May 2014 22:11:23 +0200 Subject: [PATCH 2/2] mod_log_chat/README.txt: Reflect the move to Git --- mod_log_chat/README.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mod_log_chat/README.txt b/mod_log_chat/README.txt index e6742c8..20384ef 100644 --- a/mod_log_chat/README.txt +++ b/mod_log_chat/README.txt @@ -10,12 +10,11 @@ It can store messages in plain text or HTML format. Compilation and installation ---------------------------- -You need to have Erlang installed as well as the ejabberd-dev module -(checkout it in the same directory than mod_log_chat is). +- You need to have Erlang installed. - Run - erl -pa ../../ejabberd-dev/trunk/ebin -make - in the trunk directory of mod_log_chat. + 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.