mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Stop processing other handlers in mod_s2s_bidi:s2s_in_handle_info
This should fix issue reported in #4344
This commit is contained in:
parent
20a77cb9c7
commit
133d52d040
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ s2s_out_packet(State, _Pkt) ->
|
||||||
State.
|
State.
|
||||||
|
|
||||||
s2s_in_handle_info(State, {route, Pkt}) when ?is_stanza(Pkt) ->
|
s2s_in_handle_info(State, {route, Pkt}) when ?is_stanza(Pkt) ->
|
||||||
ejabberd_s2s_in:send(State, Pkt);
|
{stop, ejabberd_s2s_in:send(State, Pkt)};
|
||||||
s2s_in_handle_info(State, _Info) ->
|
s2s_in_handle_info(State, _Info) ->
|
||||||
State.
|
State.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue