mod_s2s_log: Remove outdated comments

This commit is contained in:
Holger Weiss 2018-04-07 21:40:54 +02:00
parent d37bb1cd2d
commit fa5c601325
1 changed files with 1 additions and 5 deletions

View File

@ -3,8 +3,6 @@
%%% Author : Mickael Remond <mremond@process-one.net> %%% Author : Mickael Remond <mremond@process-one.net>
%%% Purpose : Log all s2s connections in a file %%% Purpose : Log all s2s connections in a file
%%% Created : 14 Mar 2008 by Mickael Remond <mremond@process-one.net> %%% Created : 14 Mar 2008 by Mickael Remond <mremond@process-one.net>
%%% Usage : Add the following line in modules section of ejabberd.cfg:
%%% {mod_s2s_log, [{filename, "/path/to/s2s.log"}]}
%%% %%%
%%% %%%
%%% ejabberd, Copyright (C) 2002-2008 ProcessOne %%% ejabberd, Copyright (C) 2002-2008 ProcessOne
@ -27,8 +25,6 @@
-module(mod_s2s_log). -module(mod_s2s_log).
-author('mremond@process-one.net'). -author('mremond@process-one.net').
%% TODO: Support reopen log event
-behaviour(gen_mod). -behaviour(gen_mod).
%% API: %% API: