mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Make common tests working again
This commit is contained in:
parent
c29a48695d
commit
e987b88848
24 changed files with 410 additions and 411 deletions
|
@ -277,7 +277,7 @@ get_queue(C2SState) ->
|
|||
|
||||
get_stanzas(Queue, Host) ->
|
||||
lists:map(fun({_Key, Time, Stanza}) ->
|
||||
xmpp_util:add_delay_info(Stanza, Host, Time,
|
||||
xmpp_util:add_delay_info(Stanza, jid:make(Host), Time,
|
||||
<<"Client Inactive">>)
|
||||
end, Queue).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue