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

Utilize official Hipchat API #271

Closed
RichiCoder1 opened this issue Feb 5, 2016 · 3 comments
Closed

Utilize official Hipchat API #271

RichiCoder1 opened this issue Feb 5, 2016 · 3 comments

Comments

@RichiCoder1
Copy link

Would be great to switch for using XMPP to Hipchat's v2 API, especially since that seems to be the sactioned path forward for other integrations (and allows access tokens instead of user&pass).

https://www.hipchat.com/docs/apiv2

@SamWhited
Copy link

Note that you can login with a valid access token over XMPP too by using the X-OAUTH or X-HIPCHAT-OAUTH2 SASL mechanisms. These could be supported as well to fix these problems if they're not already.

@cycomachead
Copy link

There is a bit of work in #270 which uses the API for specific functions, but not as a complete replacement...

@rbergman
Copy link
Contributor

rbergman commented Feb 8, 2016

The v2 API is not a 100% replacement for the capabilities of XMPP, though you are right -- it is the way forward for HipChat integrations and "bots". Quite a bit of support exists for creating v2 integrations, but porting hubot-hipchat to the v2 API is probably more work than just implementing new-addons with one of the node.js or other SDKs HipChat already supports for that purpose.

@rbergman rbergman closed this as completed Feb 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants