You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
The readme indicates muc_domain is depreciated, however I believe it is still required for private servers. Without it, as ours is not conf.hipchat.com, I receive a 400 during connection. When I set it in config, however, I do not receive a 400:
Update: Setting the muc_domain was all that is required for private server, but it would not respond to private messages. Once I specified a room as part of the config as well, it is able to successfully connect to the room and respond to commands.
The way it's written in the README is a bit confusing—it's only the rooms setting that is deprecated, not all the bullet points below that. If you want to revise the formatting of the README to make that more clear, a PR would be welcome.
The readme indicates muc_domain is depreciated, however I believe it is still required for private servers. Without it, as ours is not conf.hipchat.com, I receive a 400 during connection. When I set it in config, however, I do not receive a 400:
<error code='400' type='modify'><bad-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error>
I'm still working on getting this up and running, but wanted to document this for anyone else running into the same issue.
The text was updated successfully, but these errors were encountered: