[JDEV] presence packets are dropped
Mathias Waag
mathias.waag at web.de
Sun Apr 13 07:28:41 CDT 2003
hi,
i am using the windows jabber server 1.4.2 and the JSO library.
i wrote a publisher and a subscriber client.
if the publisher client sends a presence packet without using the resource
in the subscribers JID, the presence packet are dropped by the server.
so subscriber will receive the following presence packet:
<presence to='subscriber at localhost/ClientConnection'>
<show>dnd</show>
</presence>
but he wont receive the 2 following packets:
<presence to='subscriber at localhost'>
<show>dnd</show>
</presence>
<presence>
<show>dnd</show>
</presence>
i am a little bit confused, because using wxSkabber as subscriber the
3 presence packets are received.
so the problem is not the xml. but where is it?
cheers
mathias
More information about the JDev
mailing list