NAME
Whatbot::IO::HipChat - Provide HipChat connection via XMPP.
CONFIG
"io": [
{
"interface": "HipChat",
"username" : "123456_0987654"
"nick" : "What Bot",
"password": "s0methingm4deup!",
"rooms": [
"Example Room"
]
}
]
- host
-
(Optional) Hostname of the HipChat server, defaults to chat.hipchat.com.
- port
-
(Optional) Port to connect to on the HipChat server. Defaults to 5222.
- nick
-
Nickname to use in the channel, should match the "Real Name" as provided to HipChat.
- username
-
The XMPP/Jabber username for your HipChat account, found in Profile > XMPP/Jabber info > Username.
- password
-
Password to connect with.
- presence_status
-
(Optional) Status to send for presence. This is a freetext status.
- conference_server
-
(Optional) Conference server for MUC channels, defaults to conf.hipchat.com.
- rooms
-
Room or array of rooms to join. They can be expressed as the full name, or the XMPP/Jabber name of an existing room.
- xmpp_debug
-
(Optional) Set to true to output debug XML output.
DESCRIPTION
Whatbot::IO::Jabber connects to most Jabber/XMPP providers, and responds over private messages or inside MUC/chat rooms.
LICENSE/COPYRIGHT
Be excellent to each other and party on, dudes.