Online status for Jabber bot
I use xmpppy library for creating my bot. I run the bot and it works correctly, but when I enter to MirandaIM with other user account(not bot account) for testing it I see that its status is offline. Although I can send and receive messages. How can I send to all bot's 'friends' that it is online?
To manage presence with your bot you need to:
Reference document is: http://xmpp.org/rfcs/rfc3921.html#int
链接地址: http://www.djcxy.com/p/94054.html上一篇: Perl Net :: Jabber :: Bot新行
下一篇: Jabber bot的在线状态