<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<br>Hi all,
<br> I am developing Instant
Messaging Client using Jabber Server.
<br> I have noticed one
abnormal behaviour in Jabber .
<br>
<br> When I send presence request to
server as "<presence type= 'unavailable'></presence>",
<br> server makes me unavailble.
<br> So whenever someone sends
me message without specifying resourece of me in his 'to' attribute
<br> ( i.e. <message to "a@jabber.org">
and not like <message to "a@jabber.org/resource-name")
<br> my message get stored on server
as offline.
<br>
<br> But when someone sends me a message
with resource info. in 'to' attribute ("a@jabber.org<b>/a</b>"),
<br> then in this case, I receive
his message though i am unavailable.
<p> My application requires to send
messages with resource-id specified and also to use the feature of
<br> of presence of unavailable type. I want
that when I am unavailable, my messages should be stored on serever as
offline.
<br> What can I do in this case? Is there
any alternative for this?
<p> Thanks,
<p> chandan
<p>
<br>
<br>
<br> </html>