mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
* src/ejabberd_s2_in.erl: Added debug hook for s2s loop (EJAB-358).
SVN Revision: 947
This commit is contained in:
parent
fd666398ee
commit
48a2813ec6
@ -412,6 +412,7 @@ stream_established({xmlstreamelement, El}, StateData) ->
|
||||
true ->
|
||||
error
|
||||
end,
|
||||
ejabberd_hooks:run(s2s_loop_debug, [{xmlstreamelement, El}]),
|
||||
{next_state, stream_established, StateData#state{timer = Timer}}
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user