Hi,
When a new participant joins a MUC, it receives the history messages of that MUC.
I need to know if these "delayed" messages are sent in the same order or they may be sent in random order ?
http://xmpp.org/extensions/xep-0203.html : document does not specifies this.
Please point some documentation of Openfire which states this or otherwise so that I can present this information
with confidence to others.
Broader Context:
We are integrating the chat widget in the website page itself instead of a pop out.
So if the page refreshes, it needs to get the complete history from the server in a reliable manner and in order.
Putting the chat history in cookie/localstorage is not an option. So this fetch of history will be more
often as compared to the normal new participant joined event as for every refresh I will make my visitor leave the MUC
and immediately join it back with the same nickname. It will also be great if someone can also tell me if openfire will scale
properly in this kind of scenario or not.
Thanks,
Nitiraj