[google-appengine] Re: XMPP Presence: getPresence and isAvailable don't work? sendPresence with PROBE is asynchronous?

2011-11-11 Thread Artem Kuroptev
'isAvailable' still does not work for me. Anyhow, banishing of synchronous 'isAvailable' method means a pretty big change. Previously, recipient's JID was all needed, to send a xmpp message. From now on, GAE application have to maintain a 'roster' with statuses of the subscribers. And now it is un

[google-appengine] Re: XMPP Presence: getPresence and isAvailable don't work? sendPresence with PROBE is asynchronous?

2011-11-10 Thread Gerald Tan
1. Still works for me AFAICS 2. Yes, it's asynchronous, the results come in at /_ah/xmpp/presence/available/ and /_ah/xmpp/presence/ unavailable/ however, I've found that most of the users that I probe do not respond with an unavailable presence, as I've mentioned here: https://groups.google.co