Releases: xmppjs/xmpp.js
Releases · xmppjs/xmpp.js
v0.8.0
New features:
Fixes:
xmlns="jabber:client"
is only set for WebSocket now 95702ec
- do not fail on missing SRV records #498
v0.7.4
- client: Add instructions for older React Native #717
- meta: upgrade dependencies #716
v0.7.3
- fix wrong SASL mechanism being used in browser #637
v0.7.2
- Correct fakeIncomingSet API #665
v0.7.1
- Add fakeIncomingSet to test framework #640
- iq: do not consider iq with direct text children to be invalid
v0.7.0
Breaking changes
- connection: remove lang and domain properties #632
- sasl: use ANONYMOUS if no username and password are provided #633
v0.6.2
- fix SASL mechanisms priority #624 makes
@xmpp/client
prefer the more secure SCRAM-SHA-1 over PLAIN
v0.6.1
- fix TimeoutError on stream opening #592
v0.6.0
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
- starttls: Fix ERR_TLS_CERT_ALTNAME_INVALID #579