Xmpp.js Versions Save

XMPP for JavaScript

v0.13.1

2 years ago

Security fixes

Fixes

xmpp.js is now known to run on the Duktape JavaScript engine.

v0.13.0

2 years ago

New features:

  • sendMany allows sending multiple stanzas at once

Fixes:

  • Fix TLS 1.3 connection with Openfire - thanks @netmikey
  • Fix @xmpp/debug incorrectly adding xmlns

Also:

v0.12.1

2 years ago

Fixes

v0.12.0

3 years ago

New features

  • connection: allow sending multiple stanzas #872

Fixes

  • connection: fix stop() triggering a unhandled rejection in some cases #871

v0.11.1

4 years ago

Fixes

  • stream-management: fix unrecoverable error #823

v0.11.0

4 years ago

Breaking changes:

  • emit error event before element error for stream errors #817

Fixes:

  • @xmpp/debug now properly hides component handshake content #821
  • correctly match stream errors of the form <error xmlns="http://etherx.jabber.org/streams"/>, not only <stream:error/> #817

v0.10.0

4 years ago

What's new:

v0.9.2

4 years ago

v0.9.1

4 years ago

Fixes

v0.9.0

4 years ago

What's new

Fixes