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

Add support for "message_format" when sending messages. #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add support for "message_format" when sending messages. #5

wants to merge 2 commits into from

Conversation

ajbrown
Copy link

@ajbrown ajbrown commented Sep 26, 2013

The HipChat API allows you to specify a message_format when sending messages. The text messages behave a little different than the HTML messages (with @mention and emoticon support), so it's important to be able to specify this option.

To keep backwards compatibility, I've added an overload with the previous parameter set.

A.J. Brown added 2 commits August 13, 2013 11:27
In order for maven build to work out of the box, JUnit must be available during
the testing phase.  With this update, the latest version will be added.
The HipChat API allows you to specify a message format of "html" or "text",
defaulting to "html" when one is not specified.  With this update, the user is
given the option to specify a message_format which HipChat clients should
display the message as.
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

Successfully merging this pull request may close these issues.

1 participant