An open API service indexing awesome lists of open source software.

https://github.com/abo/hubot-simple-xmpp

Connects Hubot to XMPP
https://github.com/abo/hubot-simple-xmpp

Last synced: 5 months ago
JSON representation

Connects Hubot to XMPP

Awesome Lists containing this project

README

          

hubot-simple-xmpp
=================

Connects Hubot to XMPP

### Setup

Install dependencies with `npm`

npm install

### Configuration

* `HUBOT_XMPP_JID` The host jid you want to connect to.
* `HUBOT_XMPP_PWD` The password of jid
* `HUBOT_XMPP_HOST` The host name you want to connect to if its different than
what is in the username jid.
* `HUBOT_XMPP_PORT` The port to connect to on the jabber server.

* `HUBOT_XMPP_ADMIN_JID` The admin jid you want to connect to.

### Installation

you should modify the `package.json` and add the`hubot-simple-xmpp` dependency.
After running `npm install` you should be ready to configure and start up your bot.