Hi Folks,<br>
<br>
I'm developing a limited xmpp client that is meant to communicate with another <br>
xmpp client...that I'm also building (yeah, busy busy). These two clients will<br>
be logged on at the same jabber server, under the same name, but each under<br>
a different resource. <br>
<br>
My problem: I can send a message from client1 to client2, and it arrives as expected,<br>
with the client1 resourcename as the sender. However, when I reply to this message,<br>
the reply ALSO arrives at client2, and not at client1.<br>
<br>
I figured this was a priority problem, but it doesn't seem to be, with client1 at the maximum<br>
priority it still fails.<br>
<br>
Can anybody help me with this problem?<br>
<br>
Regards,<br>
<br>
Roel Spruit<br>