mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
parent
e50ecf9e96
commit
9a8245b8e6
@ -132,8 +132,6 @@ handle_cast(Msg, State) ->
|
|||||||
?WARNING_MSG("Unexpected cast: ~p", [Msg]),
|
?WARNING_MSG("Unexpected cast: ~p", [Msg]),
|
||||||
{noreply, State}.
|
{noreply, State}.
|
||||||
|
|
||||||
handle_info({iq_reply, #iq{type = error}, JID}, State) ->
|
|
||||||
handle_info({iq_reply, timeout, JID}, State);
|
|
||||||
handle_info({iq_reply, #iq{}, _JID}, State) ->
|
handle_info({iq_reply, #iq{}, _JID}, State) ->
|
||||||
{noreply, State};
|
{noreply, State};
|
||||||
handle_info({iq_reply, timeout, JID}, State) ->
|
handle_info({iq_reply, timeout, JID}, State) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user