Reputation: 565
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?
Upvotes: 0
Views: 361
Reputation: 9055
To manage presence with your bot you need to:
Reference document is: http://xmpp.org/rfcs/rfc3921.html#int
Upvotes: 1