mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Keep the order of stanzas when BOSH sends several (EJAB-1374)
This commit is contained in:
parent
20c4919eda
commit
ea84f802e5
1 changed files with 1 additions and 1 deletions
|
@ -1142,7 +1142,7 @@ send_outpacket(#http_bind{pid = FsmRef}, OutPacket) ->
|
|||
end, OutPacket),
|
||||
case AllElements of
|
||||
true ->
|
||||
TypedEls = lists:foldr(fun({xmlstreamelement, El}, Acc) ->
|
||||
TypedEls = lists:foldl(fun({xmlstreamelement, El}, Acc) ->
|
||||
Acc ++
|
||||
[exmpp_xml:document_to_list(
|
||||
check_default_xmlns(El)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue