Skip to content

Releases: xmppjs/xmpp.js

v0.9.1

23 Nov 16:28
Compare
Choose a tag to compare

Fixes

  • Fix exception handling in element, stanza and nonza handlers #801
  • Fix handling of incoming malformed xml #801

v0.9.0

19 Nov 23:26
Compare
Choose a tag to compare

What's new

  • @xmpp/base64 package #794
  • iq caller now has get and set methods #787
  • @xmpp/debug logs xml with indentation
  • @xmpp/debug replace secrets with <hidden xmlns="xmpp.js"/> #788
  • connecting event/status passes a service parameter that indicates the URI xmpp.js is trying to connect to #790

Fixes

  • open event/status is emitted at the right time and not delayed #790
  • connecting event/status is emitted properly when connection fallback is used
  • Works out of the box on react native / expo again #794
  • @xmpp/xml parent and root() are properly documented 6eb193b

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