24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

* src/ejabberd_s2_in.erl: Added debug hook for s2s loop (EJAB-358).

SVN Revision: 947
This commit is contained in:
Mickaël Rémond 2007-09-14 14:21:12 +00:00
parent fd666398ee
commit 48a2813ec6

View File

@ -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;