strophe / strophejs

Strophe.js is an XMPP library for JavaScript

Home Page:http://strophe.im/strophejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native / iOS WebSocket onopen not callback,why?

shijiumei opened this issue · comments

commented
React Native / iOS WebSocket onopen not callback,why?
commented

{
"name": "strophe.js",
"description": "Strophe.js is an XMPP library for JavaScript",
"version": "1.5.0",
"homepage": "http://strophe.im/strophejs",
"repository": {
"type": "git",
"url": "git://github.com/strophe/strophejs.git"
},
"keywords": [
"xmpp",
"message",
"bosh",
"websocket",
"browser"
],
"files": [
"src/",
"dist/",
"CHANGELOG.txt",
"LICENSE.txt",
"README.txt"
],
"author": "Jack Moffit (metajack)",
"contributors": [
"Nathan Zorn (thepug)",
"Andreas Guth (Gordin)",
"Anton Stroganov (Aeon)",
"Florian Zeitz (Florob)",
"Christopher Zorn (twonds)",
"dodo",
"Lee Boynton (lboynton)",
"Theo Cushion (theozaurus)",
"Brendon Crawford (brendoncrawford)",
"JC Brand (jcbrand)"
],
"license": "MIT",
"browserslist": ">1%, maintained node versions",
"main": "dist/strophe.common.js",
"browser": "dist/strophe.umd.js",
"module": "dist/strophe.esm.js",
"unpkg": "dist/strophe.umd.min.js",
"scripts": {
"build": "npx rollup -c",
"lint": "eslint src/.js test/.js",
"clean": "make clean",
"doc": "make doc",
"prepare": "npx yarpm run build",
"test": "karma start && npm run lint"
},
"volo": {
"url": "https://raw.githubusercontent.com/strophe/strophejs/release-{version}/strophe.js"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.12.1",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"almond": "~0.3.0",
"babel-eslint": "^10.1.0",
"es6-promise": "^4.2.8",
"eslint": "4.19.1",
"http-server": "^14.1.0",
"karma": "^6.3.17",
"karma-chrome-launcher": "^3.1.1",
"karma-qunit": "^4.1.2",
"minimist": "^1.2.5",
"npm": "^6.14.7",
"qunit": "2.18.2",
"rollup": "^2.32.1",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-uglify": "^6.0.4",
"run-headless-chromium": "^0.1.1",
"sinon": "1.17.7",
"terser": "^5.10.0",
"yarpm": "^1.1.1"
},
"dependencies": {
"abab": "^2.0.3",
"karma-rollup-preprocessor": "^7.0.8"
},
"optionalDependencies": {
"@xmldom/xmldom": "0.8.2",
"ws": "^8.5.0"
}
}

commented

The server configuration is incorrect