开发者

appspot xmpp talk with jabber.org

开发者 https://www.devze.com 2022-12-25 18:54 出处:网络
when i connect to gtalk, i able to talk with my bot in appspot. but when i login to jabber.org, i unable to talk with my bot? anything i need to configure?

when i connect to gtalk, i able to talk with my bot in appspot. but when i login to jabber.org, i unable to talk with my bot? anything i need to configure?

testetefsdf @ ap开发者_运维百科pspot.com

p/s: the bot exist in my jabber.org roster and appear online thou


Try to remove this test when you want to chat with jabber user:

if (xmpp.getPresence(jid).isAvailable())

getPresence() works just for Gtalk user (i'm sure for python API, not for the JAVA one).

Anyway, paste your snippet if you can.

0

精彩评论

暂无评论...
验证码 换一张
取 消