bianca-hipchat

0.2.2 • Public • Published

Bianca-hipchat

A hipchat connector for the Bianca bot that works standalone. Written as a ES6 class.

Inspired by Wobot (https://github.com/cjoudrey/wobot)

Usage

const Hipchat = require('bianca-hipchat');
 
let options = {
    jid: '<your hipchat jid>',
    password: '<password>',
    host: '<chat domain>', // chat.hipchat.com
    mucHost: '<chatroom host domain>', // conf.hipchat.com
    reconnect: '<true|false>', // *optional
    keepAliveTime: '<milliseconds>', // *optional
    logger: '<your own logging function>' // or pass the winston logger object *optional
};
 
let hipchat = new Hipchat(options);
 
hipchat.connect();

More docs to come

Package Sidebar

Install

npm i bianca-hipchat

Weekly Downloads

1

Version

0.2.2

License

MIT

Last publish

Collaborators

  • pinkkis