Skip to content

Tags: xmppjs/hubot-xmpp

Tags

v0.3.0

Toggle v0.3.0's commit message
0.3.0

0.2.6

Toggle 0.2.6's commit message
Update version number to 0.2.6

v0.2.5

Toggle v0.2.5's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
Hubot-Xmpp 0.2.5

* Fix node-xmpp option usage.

v0.2.4

Toggle v0.2.4's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
Hubot XMPP 0.2.4

* Fix error when UUID_ON_JOIN is enabled and multiple rooms are joined. #10

v0.2.3

Toggle v0.2.3's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
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.

v0.2.2

Toggle v0.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
Hubot XMPP 0.2.2\n

v0.2.1

Toggle v0.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
Hubot-Xmpp 0.2.1

* IQ stanzas now include unique incrementing ids.

v0.2.0

Toggle v0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
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.

v0.1.18

Toggle v0.1.18's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
Hubot XMPP 0.1.18

* Added ability for bot to invite users to a room.

v0.1.17

Toggle v0.1.17's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
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.