By default, XMPP presence is published to all those who are subscribed to that person. Is it possible to send something like an iq call to get presence tag of an id whos not present in my roster?

link|improve this question
feedback

3 Answers

I don't think so. Have a look at the rfc, section 5.1.3. Specifically, it says:

Upon receiving a presence probe from the user, the contact's server
SHOULD reply as follows:

If the user is not in the contact's roster with a subscription state of "From", "From + Pending Out", or "Both" (as defined under Subscription States (Section 9)), the contact's server MUST return a presence stanza of type "error" in response to the presence probe.

You will probably get an error or forbidden in a response.

link|improve this answer
feedback

No.

  • Presence is subscribed to, not queried. By the time you got the answer to your query, the information would be stale.
  • Presence is personal information. You must be explicitly authorized to see it by the contact.
link|improve this answer
feedback

The rfc says that you are not allowed to receive presence from an id that is not on your roster list.

But I believe that it is possible to query presence by modifying the server (if there is an xmpp server that allows that)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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