I am working with XMPP iOS SDK and I need to get the Presence
of a user that may or may not be in my buddy list.
Through didReceivePresence
delegate method of SDK provides presence of only users that are already added in my buddy list.
Quick help will be appreciated.