Hi,

I´m trying to check the avalibility of a buddy, to whom I have a
subscription with that pice of code

JID avialibleJid = new JID("availibilitych...@jabber.org");
JID fromJid = new JID( "ad...@myapp.appspotchat.com");
avail    = xmpp.getPresence(avialibleJid,fromJid).isAvailable();
stanza = xmpp.getPresence(avialibleJid,fromJid).getStanza();

I get avail = false and stanza null but the buddy is avaiible (and I
got the presence XMPP Message before too)

What´s going wrong.
Thanks for help
Mike

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to