Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hipchat #68

Open
mcfiredrill opened this issue Apr 3, 2014 · 3 comments
Open

hipchat #68

mcfiredrill opened this issue Apr 3, 2014 · 3 comments

Comments

@mcfiredrill
Copy link

Is anyone using this with hipchat ?
My bot seems to join fine, but doesn't respond at all.

Using these env vars:

export HUBOT_XMPP_USERNAME='53168_418119@chat.hipchat.com'
export HUBOT_XMPP_PASSWORD='******'
export HUBOT_XMPP_ROOMS='53168_developer@conf.hipchat.com,53168_coffee_break@conf.hipchat.com'

$ ./bin/hubot -a xmpp -n 'Mr. Hubot'
Cannot load StringPrep-0.2.3 bindings (using fallback). You may need to `npm install node-stringprep`
[Thu Apr 03 2014 09:21:58 GMT-0700 (PDT)] INFO { username: '53168_418119@chat.hipchat.com',
  password: '********',
  host: undefined,
  port: undefined,
  rooms: 
   [ { jid: '53168_developer@conf.hipchat.com', password: false },
     { jid: '53168_coffee_break@conf.hipchat.com', password: false } ],
  keepaliveInterval: 30000,
  legacySSL: undefined,
  preferredSaslMechanism: undefined,
  disallowTLS: undefined }
[Thu Apr 03 2014 09:22:00 GMT-0700 (PDT)] INFO Hubot XMPP client online
[Thu Apr 03 2014 09:22:00 GMT-0700 (PDT)] INFO Hubot XMPP sent initial presence
[Thu Apr 03 2014 09:22:00 GMT-0700 (PDT)] WARNING The HUBOT_AUTH_ADMIN environment variable not set
[Thu Apr 03 2014 09:22:00 GMT-0700 (PDT)] INFO Data for brain retrieved from Redis

screenshot 2014-04-03 09 23 48

@markstory
Copy link
Contributor

There is a hipchat specific hubot adapter that might work better. I don't have hipchat so I've never tested against it.

@mcfiredrill
Copy link
Author

Yeah I've used that one with some success. I wanted to see if this adapter would work any better, it seems to be a bit more active.

@jsolis
Copy link

jsolis commented Jan 15, 2015

For anyone else using this with hipchat, I just connected to hipchat using this adaptor and it ran and connected just fine. Same 3 env vars as mentioned in the original issue posting. However I was having some issues with my bot sending the same message multiple times. I also had issues with it saying it was disconnected when it wasn't. I used hubot-hipchat instead (just as easy to setup) and it seemed to be way more stable. Another advantage of hubot-hipchat was that I would @ mention by bot, where as with the hubot-xmpp adaptor, I had to address it by it's full name (including the space which is required by hipchat).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants