lita-hipchat | A HipChat adapter for Lita | Chat library
kandi X-RAY | lita-hipchat Summary
kandi X-RAY | lita-hipchat Summary
A HipChat adapter for Lita.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of lita-hipchat
lita-hipchat Key Features
lita-hipchat Examples and Code Snippets
Lita.configure do |config|
config.robot.name = "Lita Bot"
config.robot.adapter = :hipchat
config.adapters.hipchat.jid = "12345_123456@chat.hipchat.com"
config.adapters.hipchat.password = "secret"
config.adapters.hipchat.debug = true
confi
Community Discussions
Trending Discussions on lita-hipchat
QUESTION
I am working with a chatbot operating on the lita ruby gem using lita-hipchat. After a response is made to lita using hipchat, lita will be able to return messages to the user who created the response through the reply method. I would like to change this pattern and be able to send a hipchat to a secondary user, essentially being able to cc or forward that same response to more than one user. Is this possible using only the Lita gem?
I am aware that sending messages through http or the hipchat gem is another option for sending messages to secondary users, but I would prefer to do this through lita.
...ANSWER
Answered 2019-Apr-03 at 12:52You can do this using Robot#send_messages. For example:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install lita-hipchat
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page