Hello, no Idead or is the a known problem?
thanks for help Mike On 30 Jun., 09:46, mike <[email protected]> wrote: > 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("[email protected]"); > JID fromJid = new JID( "[email protected]"); > 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 [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.
