You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Versions <= 1.2.16 have been tested on Firefox, Firefox for Android, IE, Safari,
Mobile Safari, Chrome, Chrome for Android, Opera and the mobile Opera browser.
Since version 1.3.0, support for IE < 11 has been dropped.
Node.js
When running in Node.js, you'll need to install these additional packages:
npm install jsdom ws
These provide the required WebSocket and DOM APIs that are normally available in browsers.
React Native
Since version 1.6.0 the WebCrypto
API (included by default in Browsers and NodeJS) is used for crypto primitives
such as hashing and signatures.
Unfortunately this API is not available in React Native, and integrators will
need to look for a 3rd party implementations of this API if they want to use
Strophe there.
Running tests
You can run npm run test, or alternatively if you have GNU Make available,
you can run make check.
Strophe.js was created by Jack Moffitt. It was originally developed
for Chesspark, an online chess community based on XMPP technology. It has been
cared for and improved over the years and is currently maintained by many
people in the community.