Releases: xmppjs/xmpp.js
Releases · xmppjs/xmpp.js
v0.9.1
Fixes
- Fix exception handling in
element
, stanza
and nonza
handlers #801
- Fix handling of incoming malformed xml #801
v0.9.0
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
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