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
- Host: GitHub
- URL: https://github.com/abo/hubot-simple-xmpp
- Owner: abo
- License: mit
- Created: 2013-09-16T11:26:00.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-10T13:03:04.000Z (over 12 years ago)
- Last Synced: 2025-06-28T18:09:30.677Z (about 1 year ago)
- Language: CoffeeScript
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.