bip-pod-hipchat
Installation
From bipio server root directory
npm install bip-pod-hipchat
./tools/pod-install.js -a hipchat [-u optional account-wide channel auto install]
The pod-install script is a server script which will register the pod with the bipio server and add sparse configuration to your NODE_ENV environment config ('default.json', staging or production) keyed to 'hipchat', based on the default config in the pod constructor. It will also move the pod icon into the server cdn
Manually restart the bipio server at your convenience.
HipChat API Access
API Tokens can be generated by a HipChat account admin via https://hipchat.com/account/api.
An Additional room token is required to use the Room Notify action. Generate this token under Rooms > { Room Name } > Tokens. The 'Label' that is applied will be label new notifications are posted on behalf of.
License
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright (c) 2017 InterDigital, Inc. All Rights Reserved