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
Hubot-XMPP 0.2.3
New features
------------
* Added `HUBOT_XMPP_UUID_ON_JOIN`. This config option will cause the bot
to emit a UUID message on joining a room. The bot will ignore all
messages that precede the UUID message. This is helpful when
interacting with servers that ignore client requests to suppress
history.
Hubot-Xmpp 0.2.0
* Update dependencies and compatibility with new version of node.
* Additional configuration values for `HUBOT_XMPP_KEEPALIVE_INTERVAL`,
`HUBOT_XMPP_RECONNECT_TRY`, `HUBOT_XMPP_RECONNECT_WAIT` allow control
of previously hardcoded values.
Hubot XMPP
* Partial support for node 4.0
* Allow private messages to omit the bot name/alias. To use this
feature you need to enable the HUBOT_XMPP_PM_ADD_PREFIX option.