<div dir="ltr">Not sure I totally understand but, it sounds like you're concerned with conversations not staying in sync for open sessions?<br><br><div style>If this is a need, theres an easy solution. </div><div style>

<br></div><div style>MUCs should work without having to do anything.</div><div style><br></div><div style>For one-on-one chats sent to the user, just listen for the bareJid and process the message in all clients</div><div style>

<br></div><div style>For messages you send to others, use XEP 280: <a href="http://xmpp.org/extensions/xep-0280.html">http://xmpp.org/extensions/xep-0280.html</a>. In the client youll need to listen for messages that come from the users jid. Again, youll want to listen for the bareJid.</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 21, 2013 at 3:10 PM, Andrey Utkin <span dir="ltr"><<a href="mailto:andrey.krieger.utkin@gmail.com" target="_blank">andrey.krieger.utkin@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am not aware of such servers/clients to exist, and was unable to<br>
find it. However, i am not too much involved into jabber development,<br>
so i could miss something.<br>
The target to solve is explained below (i posted this on juser<br>
maillist <a href="http://mail.jabber.org/pipermail/juser/2013-May/006962.html" target="_blank">http://mail.jabber.org/pipermail/juser/2013-May/006962.html</a>).<br>
<br>
<br>
Having read a bit about priorities, i figured out that configuring it<br>
thoroughly is not a solution for me.<br>
I just want to have all my chat log available on any client i sit at.<br>
I.e. i may have both home & work PC (or some more, i don't want to<br>
care) online (or offline, i don't want to care), on any priority (i<br>
don't want to care for auto-away and priority switching feature<br>
support), i want to always have all chat history.<br>
I have googled a bit, and found that there's a XEP implementing<br>
server-side history saving, but none free services are known to<br>
provide that feature, also status of this feature on client apps is<br>
unknown.<br>
I mentioned skype in subject because it provides chat log<br>
synchronization between your app instances and your chatmates<br>
instances. The only flaw is inability to sync when no chatmates or<br>
your instances are online.<br>
It is affordable for me to have my own always-online server set up and<br>
tunneling all my jabber registrations on other open jabber services.<br>
If the solution is not quite here, i am able to make up some code for it.<br>
<br>
--<br>
Andrey Utkin<br>
_______________________________________________<br>
JDev mailing list<br>
Info: <a href="http://mail.jabber.org/mailman/listinfo/jdev" target="_blank">http://mail.jabber.org/mailman/listinfo/jdev</a><br>
Unsubscribe: <a href="mailto:JDev-unsubscribe@jabber.org">JDev-unsubscribe@jabber.org</a><br>
_______________________________________________<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Noah
</div>