Control: reassign -1 src:strophejs Control: retitle -1 strophejs: please package new version 2.0.0 Control: found -1 1.2.14+dfsg-8
There is a new release now, with bug fixes and improvements: ## Version 2.0.0 - (2024-02-21) * Type checking via TypeScript and JSDoc typing annotations * Types definitions are now generated and placed in `./dist/types/`. * Remove the deprecated `matchBare` option for `Strophe.Handler`. Use `matchBareFromJid` instead. * Add the ability to create stanzas via a tagged template literal (`stx`). * Bugfix: Ignore unknown SCRAM attributes instead of aborting the connection ## Version 1.6.2 - (2023-06-23) * #613 TypeError: XHTML.validTag is not a function * Re-add NodeJS support and add the ability to run tests on NodeJS to avoid regressions ## Version 1.6.1 - (2023-05-15) * #602 Websocket connection times out instead of being disconnected ## Version 1.6.0 - (2022-10-29) * #314 Support for SCRAM-SHA-256 and SCRAM-SHA-512 authentication ## Version 1.5.0 - (2022-04-28) * Add an automatic fallback handler for unhandled IQ "set" and "get" stanzas that returns an IQ error with `service-unavailable`. * Update various 3rd party dependencies * #390 Replace deprecated String.prototype.substr() * #418 BOSH fix: mark first request dead when second is done ## Version 1.4.4 - (2022-01-21) * #388 Properly import xmldom ## Version 1.4.3 - (2021-12-16) * Update xmldom to version 0.7.5 * Add disconnection_timeout setting: an optional timeout in milliseconds before `_doDisconnect` is called. * Update ws optional dependency to fix security issue https://github.com/websockets/ws/commit/00c425ec77993773d823f018f64a5c44e17023ff ## Version 1.4.2 - (2021-04-28) * Update optional NodeJS-specific dependency xmldom to version 0.5.0 which includes a security fix. * #369 Add `clientChallenge` SASL mechanism method to avoid having to monkey patch `onChallenge`, which prevents reconnection when using SCRAM-SHA1.