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 doesn't seems to support html formatted messages #171

Open
andreasohlund opened this issue Nov 7, 2014 · 1 comment
Open

Hipchat doesn't seems to support html formatted messages #171

andreasohlund opened this issue Nov 7, 2014 · 1 comment

Comments

@andreasohlund
Copy link
Contributor

In hipchat you can put html tags in the message to get better formatting

https://www.hipchat.com/docs/api/method/rooms/message

This works using plain restsharp like this:

https://github.com/Particular/IssueButler/blob/master/src/IssueButler/NotifyOnErrorsViaHipChat.cs#L43

but fails when passing the same string to the mmbot hipchat adapter.

Ideas?

cc @distantcam

@Porges
Copy link
Contributor

Porges commented Nov 12, 2014

It looks like the HipChat support uses the XMPP interface to send messages and not their REST API. This doesn't support HTML formatting. There is a standard for (X)HTML in XMPP messages, but HipChat doesn't support it yet.

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

2 participants