mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Improve a diagnostic text
This commit is contained in:
parent
675a1e0b0f
commit
e77172a784
@ -672,7 +672,7 @@ handle_info({iq_reply, #iq{type = Type, sub_els = Els},
|
||||
To, From)),
|
||||
{next_state, StateName, StateData};
|
||||
handle_info({iq_reply, timeout, IQ}, StateName, StateData) ->
|
||||
Txt = <<"iq response timed out">>,
|
||||
Txt = <<"Request has timed out">>,
|
||||
Err = xmpp:err_recipient_unavailable(Txt, IQ#iq.lang),
|
||||
ejabberd_router:route_error(IQ, Err),
|
||||
{next_state, StateName, StateData};
|
||||
|
Loading…
Reference in New Issue
Block a user