mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
* src/ejabberd_s2s.erl: More precise message for the new s2s
statistic command. SVN Revision: 642
This commit is contained in:
parent
11da06b5e7
commit
30371b2483
@ -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.
|
||||
|
@ -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{}}.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user