Skip to content

v0.9.0

Compare
Choose a tag to compare
@sonnyp sonnyp released this 19 Nov 23:26
· 52 commits to master since this release

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