-
Notifications
You must be signed in to change notification settings - Fork 179
Send response in HTML markup #65
Comments
The HipChat adapter connects via XMPP rather than using the API, so it doesn't have direct support for rich messages. However, there's nothing to prevent you from making HipChat-specific plugins that make API calls when chat routes are triggered, rather than replying to the message with Lita's API. There's been some discussion around this at litaio/lita-hipchat#7 that you might like to participate in as well. |
Would writing a Lita extension help for this issue ?
|
Depends how it's implemented, but I'm not sure that hook would help you in this case, really. You might want to approach this by writing a separate HipChat adapter that uses the HTTP API instead of XMPP. |
I'm gonna close this in favor of #66, which is a proposal for a more generic mechanism for handling rich messages. It's been brought up a few times before, so hopefully this can be a workable solution. |
Hello,
is it possible to send a reply with the bot which is HTML markup ?
I would like to send messages to the HipChat room with html markup language in certain plugins, and I can do that using the HipChat API.
Is there some way to make an extension for this ?
Thanks.
The text was updated successfully, but these errors were encountered: