Skip to content

Releases: xmppjs/xmpp.js

v0.6.0

24 Nov 13:26
Compare
Choose a tag to compare

Breaking changes

  • iq: simplify iq-caller by removing get and set methods #586

Fixes

  • events: timeout, clear interval on promise resolution/rejection
    #594 (fixes TimeoutError false positive)

Meta

  • Upgraded dependencies
  • Updated eslint config
  • Better documentation for @xmpp/client and @xmpp/component

v0.5.2

21 Oct 17:43
Compare
Choose a tag to compare
  • starttls: Fix ERR_TLS_CERT_ALTNAME_INVALID #579

v0.5.1

21 Oct 11:05
Compare
Choose a tag to compare
  • client: fix assignment error #573
  • client: Add support for unejected React Native apps #577

v0.5.0

08 Oct 00:02
Compare
Choose a tag to compare

Lots of (breaking) changes, please refer to the documentation https://github.com/xmppjs/xmpp.js

v0.3.0

13 Sep 07:26
Compare
Choose a tag to compare

Features

Fixes

Meta