* src/ejabberd_s2s.erl: More precise message for the new s2s

statistic command.

SVN Revision: 642
This commit is contained in:
Mickaël Rémond 2006-09-26 11:08:44 +00:00
parent 11da06b5e7
commit 30371b2483
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2006-09-26 Mickael Remond <mickael.remond@process-one.net>
* src/ejabberd_s2s.erl: More precise message for the new s2s
statistic command.
* src/mod_muc/mod_muc_room.erl: Minor english update.
* src/msgs/pl.msg: Likewise.
* src/msgs/uk.msg: Likewise.

View File

@ -116,8 +116,8 @@ init([]) ->
mnesia:add_table_copy(s2s, node(), ram_copies),
mnesia:subscribe(system),
ejabberd_ctl:register_commands(
[{"incoming-s2s-number", "print a number of incoming s2s connections"},
{"outgoing-s2s-number", "print a number of outgoing s2s connections"}],
[{"incoming-s2s-number", "print number of incoming s2s connections on the node"},
{"outgoing-s2s-number", "print number of outgoing s2s connections on the node"}],
?MODULE, ctl_process),
{ok, #state{}}.