0.0.4 • Published 12 years ago
hubot-simple-xmpp v0.0.4
hubot-simple-xmpp
Connects Hubot to XMPP
Setup
Install dependencies with npm
npm installConfiguration
HUBOT_XMPP_JIDThe host jid you want to connect to.HUBOT_XMPP_PWDThe password of jidHUBOT_XMPP_HOSTThe host name you want to connect to if its different than what is in the username jid.HUBOT_XMPP_PORTThe port to connect to on the jabber server.HUBOT_XMPP_ADMIN_JIDThe admin jid you want to connect to.
Installation
you should modify the package.json and add thehubot-simple-xmpp dependency.
After running npm install you should be ready to configure and start up your bot.