After the client has sent the server and unavailable presence, can it continue to send the server more XML stanzas for it to process, or should the server ignore these XML stanzas? I couldn't find anything relevant in RFC-3921, but then again I've only skimmed it.

link|improve this question

78% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Yes, you can continue to send protocol after sending an unavailable presence. For example, you could go back online, you could send IQs to your server (which should continue to route the replies back to you), and you can send confusing messages to others (confusing because they don't have presence from you). Just because you can doesn't mean you SHOULD, though. If you're trying to control the inbound flow of information, consider using XEP-0273: SIFT instead.

link|improve this answer
So, do you think this is a valid way to become invisible? – dhruvbird May 2 '11 at 19:24
1  
Going offline isn't a valid invisibility approach, since you no longer receive presence updates from your contacts, nor do you receive messages sent to your bare JID. Please see XEP-0126 for another approach: xmpp.org/extensions/xep-0126.html – Joe Hildebrand May 3 '11 at 18:07
Thank you!! – dhruvbird May 4 '11 at 3:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.