``` HipChatClient.prototype.host = 'api.hipchat.com'; ``` is hardcoded. It'll be usefull to add : ``` function HipChatClient(apikey, agent, host) ```
is hardcoded.
It'll be usefull to add :