Skip to content

Releases: strophe/strophejs

Release 1.4.1 (2020-12-02)

02 Dec 08:55
v1.4.1
Compare
Choose a tag to compare
  • #201: NodeJS related fixes: window and WebSocket are undefined
  • New method Strophe.Connection.prototype.setProtocol which can be used to
    determine the protocol used after the connection has been constructed.

Version 1.4.0 - 2020-09-10

10 Sep 09:37
v1.4.0
Compare
Choose a tag to compare
  • #347: Bugfix. Reconnection fails when SessionResultIQ arrives too late
  • #354: Strophe.js sends an authzid during PLAIN when not acting on behalf of another entity
  • #359: Bugfix: WebSocket connection failed: Data frame received after close
  • Add support for running a websocket connection inside a shared worker

Version 1.3.6 - (2020-06-15)

15 Jun 13:27
v1.3.6
Compare
Choose a tag to compare
  • #250 Bugfix: OAuth's SASL priority being higher causes problems
  • #352 Bugfix: Referencing undefined property

Version 1.3.5 - (2020-04-30)

29 Apr 13:36
v1.3.5
Compare
Choose a tag to compare
  • Remove support for obselete SASL DIGEST-MD5 auth
  • #329 Varous compatibility fixes to make Strophe.js work in NodeJS
  • #344 Properly set Strophe.VERSION

Release 1.3.4 - 2019-08-08

08 Aug 08:34
v1.3.4
Compare
Choose a tag to compare
  • Replace webpack with rollup
  • TypeError: this._changeConnectStatus is not a function
  • Bugfix. Remove handlers on closed socket
  • Add new Strophe.Connection option explicitResourceBinding.
    If is set to true the XMPP client needs to explicitly
    call Strophe.Connection.prototype.bind once the XMPP
    server has advertised the "urn:ietf:params:xml:ns:xmpp-bind" feature.

Version 1.3.3 - 2019-05-13

13 May 11:43
v1.3.3
Compare
Choose a tag to compare
  • The dist files are no longer included in the repo, but generated by NPM/Yarn
  • Moved some log statements from INFO to DEBUG level
  • Don't break when a falsy value is passed to getResourceFromJid

Version 1.3.2 - 2019-03-21

21 Mar 06:20
v1.3.2
Compare
Choose a tag to compare
  • #320 Fix error on SCRAM-SHA-1 client nonce generation

Version 1.3.1 - 2018-11-15

15 Nov 20:04
v1.3.1
Compare
Choose a tag to compare
  • #311 Expose Strophe, $build, $msg and $iq as globals

Version 1.3.0 - 2018-10-21

21 Oct 20:20
v1.3.0
Compare
Choose a tag to compare
  • Use ES2015 modules
  • Drop support for Internet Explorer < 11

Version 1.2.16 - 2018-09-16

16 Sep 08:49
v1.2.16
Compare
Choose a tag to compare
  • #299 'no-auth-mech' error. Server did not offer a supported authentication mechanism
  • #306 Fix websocket close handler exception and reporting