Hello everyone. I would appreciate if somebody can clarify these things:
1. XMPPService.getPresence(..).isAvailable() constantly returns 'false' as of today. Is that a temporary behavior, or this methods don't work anymore? 2. Is sendPresence method with PROBE PresenceType asynchronous? 3. Is that correct, that now there is no way to check JID presence (whether user online) synchronously? I have tried to read the docs. As been noted in Version 1.5.5 release notes: ## In the XMPP API, getPresence() is deprecated in favor of using the inbound presence handlers documented in http://code.google.com/appengine/docs/java/xmpp/overview.html#Handling_User_Presence. ## and getPresence marked as deprecated in the current SDK. But in Java world "deprecated" usually used to change syntax or semantics, and leave incorrect method to maintain legacy. But not to mark method as "non working". So it is unclear what really happened with 'getPresence(..).isAvailable()'. Thanks. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
