I&#39;m currently working on implementing a browser-based chat. When the user refreshes his browser, I need the message history to be reloaded for each conversation that the user had running. I can implement this without XMPP at all, but if there is support for this in one of the XMPP extension protocols, I&#39;d like to do it that way.<div>
<br></div><div>I have read parts of XEP-0045. Section 7.1.15 (<a href="http://xmpp.org/extensions/xep-0045.html#enter-history">http://xmpp.org/extensions/xep-0045.html#enter-history</a>) seems to describe something similar to what I&#39;m after. This spec is for MUC, which is not something that I am supporting at the moment.</div>
<div><br></div><div>Is it possible to use XEP-0045, Section 7.1.15 for single-user conversations? Or, is there another spec I should be looking at?</div>