|
|
|
I can confirm that this issue can happen when using Connection Managers also.
When a user sends a stanza through the CM, the CM receives it and 'randomly' choose one of the connection to forward it to OF. see also http://www.igniterealtime.org/forum/thread.jspa?threadID=26787
"When connected to CM:
So one should make sure that "each client has a dedicated thread server side for processing incoming stanzas" no matter if connected directly where this is already the case or if it is connected via a CM. |
|||||||||||||||||||||||||||||||||||||||||||||||
I have had a user from a remote Wildfire server cut-n-paste messages to me, and the client decided to send each line of the cut-n-paste as a separate <message/> (dumb client, but there ya go).
Because it was a single cut-n-paste and thus nearly instantaneous, but multiple messages, they ended up out-of-order when they arrived. This was private messages, no MUC involved, but still involving an s2s connection.