Skip to content

Releases: xmppjs/xmpp.js

v0.8.0

06 Oct 23:53
Compare
Choose a tag to compare

New features:

Fixes:

  • xmlns="jabber:client" is only set for WebSocket now 95702ec
  • do not fail on missing SRV records #498

v0.7.4

15 Jun 11:24
Compare
Choose a tag to compare
  • client: Add instructions for older React Native #717
  • meta: upgrade dependencies #716

v0.7.3

16 May 14:22
Compare
Choose a tag to compare
  • fix wrong SASL mechanism being used in browser #637

v0.7.2

25 Apr 16:16
Compare
Choose a tag to compare
  • Correct fakeIncomingSet API #665

v0.7.1

19 Apr 11:27
Compare
Choose a tag to compare
  • Add fakeIncomingSet to test framework #640
  • iq: do not consider iq with direct text children to be invalid

v0.7.0

03 Feb 14:39
Compare
Choose a tag to compare

Breaking changes

  • connection: remove lang and domain properties #632
  • sasl: use ANONYMOUS if no username and password are provided #633

v0.6.2

07 Jan 14:51
Compare
Choose a tag to compare
  • fix SASL mechanisms priority #624 makes @xmpp/clientprefer the more secure SCRAM-SHA-1 over PLAIN

v0.6.1

30 Nov 16:50
Compare
Choose a tag to compare
  • fix TimeoutError on stream opening #592

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