quickblox 2.17.9-logger → 2.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +4 -0
- package/README.md +1 -2
- package/package.json +2 -1
- package/quickblox.js +111 -7055
- package/quickblox.min.js +1 -1
- package/src/modules/chat/qbChat.js +17 -27
- package/src/modules/webrtc/qbWebRTCSignalingProcessor.js +1 -2
- package/src/modules/webrtc/qbWebRTCSignalingProvider.js +1 -2
- package/src/qbConfig.js +2 -2
- package/src/qbStrophe.js +49 -59
- package/{src/libs/strophe → strophejs-1.4.0/dist}/strophe.common.js +14 -14
- package/{src/libs/strophe → strophejs-1.4.0/dist}/strophe.esm.js +14 -14
- package/{src/libs/strophe → strophejs-1.4.0/dist}/strophe.umd.js +17 -17
- package/strophejs-1.4.0/dist/strophe.umd.min.js +1 -0
- package/src/libs/strophe/strophe.umd.min.js +0 -1
- package/strophejs-1.4.0/.eslintrc.json +0 -264
- package/strophejs-1.4.0/.gitattributes +0 -1
- package/strophejs-1.4.0/CHANGELOG.md +0 -250
- package/strophejs-1.4.0/LICENSE.txt +0 -19
- package/strophejs-1.4.0/Makefile +0 -92
- package/strophejs-1.4.0/README.md +0 -45
- package/strophejs-1.4.0/RELEASE_CHECKLIST.md +0 -16
- package/strophejs-1.4.0/contrib/discojs/README.txt +0 -42
- package/strophejs-1.4.0/contrib/discojs/css/disco.css +0 -16
- package/strophejs-1.4.0/contrib/discojs/index.html +0 -47
- package/strophejs-1.4.0/contrib/discojs/punjab.tac +0 -18
- package/strophejs-1.4.0/contrib/discojs/scripts/basic.js +0 -102
- package/strophejs-1.4.0/contrib/discojs/scripts/disco.js +0 -60
- package/strophejs-1.4.0/docs.css +0 -797
- package/strophejs-1.4.0/examples/amd.html +0 -21
- package/strophejs-1.4.0/examples/attach/README +0 -37
- package/strophejs-1.4.0/examples/attach/__init__.py +0 -0
- package/strophejs-1.4.0/examples/attach/attacher/__init__.py +0 -0
- package/strophejs-1.4.0/examples/attach/attacher/views.py +0 -18
- package/strophejs-1.4.0/examples/attach/boshclient.py +0 -158
- package/strophejs-1.4.0/examples/attach/manage.py +0 -11
- package/strophejs-1.4.0/examples/attach/settings.py +0 -85
- package/strophejs-1.4.0/examples/attach/templates/attacher/index.html +0 -88
- package/strophejs-1.4.0/examples/attach/urls.py +0 -19
- package/strophejs-1.4.0/examples/basic.html +0 -23
- package/strophejs-1.4.0/examples/basic.js +0 -73
- package/strophejs-1.4.0/examples/echobot.html +0 -25
- package/strophejs-1.4.0/examples/echobot.js +0 -79
- package/strophejs-1.4.0/examples/main.js +0 -59
- package/strophejs-1.4.0/examples/prebind.html +0 -39
- package/strophejs-1.4.0/examples/prebind.js +0 -103
- package/strophejs-1.4.0/examples/restore.html +0 -24
- package/strophejs-1.4.0/examples/restore.js +0 -71
- package/strophejs-1.4.0/package-lock.json +0 -8634
- package/strophejs-1.4.0/package.json +0 -84
- package/strophejs-1.4.0/rollup.config.js +0 -76
- package/strophejs-1.4.0/src/bosh.js +0 -916
- package/strophejs-1.4.0/src/core.js +0 -3535
- package/strophejs-1.4.0/src/md5.js +0 -204
- package/strophejs-1.4.0/src/sha1.js +0 -172
- package/strophejs-1.4.0/src/shared-connection-worker.js +0 -114
- package/strophejs-1.4.0/src/shims.js +0 -123
- package/strophejs-1.4.0/src/strophe.js +0 -14
- package/strophejs-1.4.0/src/utils.js +0 -63
- package/strophejs-1.4.0/src/websocket.js +0 -561
- package/strophejs-1.4.0/src/worker-websocket.js +0 -152
- package/strophejs-1.4.0/tests/index.html +0 -21
- package/strophejs-1.4.0/tests/main.js +0 -49
- package/strophejs-1.4.0/tests/tests.js +0 -929
- package/strophejs-1.6.1/.eslintrc.json +0 -264
- package/strophejs-1.6.1/.gitattributes +0 -1
- package/strophejs-1.6.1/.nvmrc +0 -1
- package/strophejs-1.6.1/CHANGELOG.md +0 -288
- package/strophejs-1.6.1/LICENSE.txt +0 -19
- package/strophejs-1.6.1/Makefile +0 -92
- package/strophejs-1.6.1/README.md +0 -46
- package/strophejs-1.6.1/RELEASE_CHECKLIST.md +0 -18
- package/strophejs-1.6.1/babel.config.json +0 -10
- package/strophejs-1.6.1/contrib/discojs/README.txt +0 -42
- package/strophejs-1.6.1/contrib/discojs/css/disco.css +0 -16
- package/strophejs-1.6.1/contrib/discojs/index.html +0 -47
- package/strophejs-1.6.1/contrib/discojs/punjab.tac +0 -18
- package/strophejs-1.6.1/contrib/discojs/scripts/basic.js +0 -102
- package/strophejs-1.6.1/contrib/discojs/scripts/disco.js +0 -60
- package/strophejs-1.6.1/docs.css +0 -797
- package/strophejs-1.6.1/examples/amd.html +0 -21
- package/strophejs-1.6.1/examples/attach/README +0 -37
- package/strophejs-1.6.1/examples/attach/__init__.py +0 -0
- package/strophejs-1.6.1/examples/attach/attacher/__init__.py +0 -0
- package/strophejs-1.6.1/examples/attach/attacher/views.py +0 -18
- package/strophejs-1.6.1/examples/attach/boshclient.py +0 -158
- package/strophejs-1.6.1/examples/attach/manage.py +0 -11
- package/strophejs-1.6.1/examples/attach/settings.py +0 -85
- package/strophejs-1.6.1/examples/attach/templates/attacher/index.html +0 -88
- package/strophejs-1.6.1/examples/attach/urls.py +0 -19
- package/strophejs-1.6.1/examples/basic.html +0 -23
- package/strophejs-1.6.1/examples/basic.js +0 -73
- package/strophejs-1.6.1/examples/echobot.html +0 -25
- package/strophejs-1.6.1/examples/echobot.js +0 -79
- package/strophejs-1.6.1/examples/main.js +0 -59
- package/strophejs-1.6.1/examples/prebind.html +0 -39
- package/strophejs-1.6.1/examples/prebind.js +0 -103
- package/strophejs-1.6.1/examples/restore.html +0 -24
- package/strophejs-1.6.1/examples/restore.js +0 -71
- package/strophejs-1.6.1/package-lock.json +0 -18461
- package/strophejs-1.6.1/package.json +0 -87
- package/strophejs-1.6.1/rollup.config.js +0 -70
- package/strophejs-1.6.1/src/bosh.js +0 -916
- package/strophejs-1.6.1/src/builder.js +0 -239
- package/strophejs-1.6.1/src/constants.js +0 -155
- package/strophejs-1.6.1/src/core.js +0 -2377
- package/strophejs-1.6.1/src/sasl-anon.js +0 -17
- package/strophejs-1.6.1/src/sasl-external.js +0 -27
- package/strophejs-1.6.1/src/sasl-oauthbearer.js +0 -30
- package/strophejs-1.6.1/src/sasl-plain.js +0 -32
- package/strophejs-1.6.1/src/sasl-sha1.js +0 -24
- package/strophejs-1.6.1/src/sasl-sha256.js +0 -24
- package/strophejs-1.6.1/src/sasl-sha384.js +0 -24
- package/strophejs-1.6.1/src/sasl-sha512.js +0 -24
- package/strophejs-1.6.1/src/sasl-xoauth2.js +0 -27
- package/strophejs-1.6.1/src/sasl.js +0 -143
- package/strophejs-1.6.1/src/scram.js +0 -182
- package/strophejs-1.6.1/src/shared-connection-worker.js +0 -114
- package/strophejs-1.6.1/src/shims.js +0 -122
- package/strophejs-1.6.1/src/strophe.js +0 -15
- package/strophejs-1.6.1/src/utils.js +0 -626
- package/strophejs-1.6.1/src/websocket.js +0 -556
- package/strophejs-1.6.1/src/worker-websocket.js +0 -149
- package/strophejs-1.6.1/tests.js +0 -993
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "strophe.js",
|
|
3
|
-
"description": "Strophe.js is an XMPP library for JavaScript",
|
|
4
|
-
"version": "1.4.0",
|
|
5
|
-
"homepage": "http://strophe.im/strophejs",
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "git",
|
|
8
|
-
"url": "git://github.com/strophe/strophejs.git"
|
|
9
|
-
},
|
|
10
|
-
"keywords": [
|
|
11
|
-
"xmpp",
|
|
12
|
-
"message",
|
|
13
|
-
"bosh",
|
|
14
|
-
"websocket",
|
|
15
|
-
"browser"
|
|
16
|
-
],
|
|
17
|
-
"files": [
|
|
18
|
-
"src/",
|
|
19
|
-
"dist/",
|
|
20
|
-
"CHANGELOG.txt",
|
|
21
|
-
"LICENSE.txt",
|
|
22
|
-
"README.txt"
|
|
23
|
-
],
|
|
24
|
-
"author": "Jack Moffit (metajack)",
|
|
25
|
-
"contributors": [
|
|
26
|
-
"Nathan Zorn (thepug)",
|
|
27
|
-
"Andreas Guth (Gordin)",
|
|
28
|
-
"Anton Stroganov (Aeon)",
|
|
29
|
-
"Florian Zeitz (Florob)",
|
|
30
|
-
"Christopher Zorn (twonds)",
|
|
31
|
-
"dodo",
|
|
32
|
-
"Lee Boynton (lboynton)",
|
|
33
|
-
"Theo Cushion (theozaurus)",
|
|
34
|
-
"Brendon Crawford (brendoncrawford)",
|
|
35
|
-
"JC Brand (jcbrand)"
|
|
36
|
-
],
|
|
37
|
-
"license": "MIT",
|
|
38
|
-
"browserslist": ">1%, maintained node versions",
|
|
39
|
-
"main": "dist/strophe.common.js",
|
|
40
|
-
"browser": "dist/strophe.umd.js",
|
|
41
|
-
"module": "dist/strophe.esm.js",
|
|
42
|
-
"unpkg": "dist/strophe.umd.min.js",
|
|
43
|
-
"scripts": {
|
|
44
|
-
"build": "rollup -c",
|
|
45
|
-
"lint": "make eslint",
|
|
46
|
-
"clean": "make clean",
|
|
47
|
-
"doc": "make doc",
|
|
48
|
-
"prepare": "yarpm run build"
|
|
49
|
-
},
|
|
50
|
-
"volo": {
|
|
51
|
-
"url": "https://raw.githubusercontent.com/strophe/strophejs/release-{version}/strophe.js"
|
|
52
|
-
},
|
|
53
|
-
"devDependencies": {
|
|
54
|
-
"@babel/core": "^7.10.5",
|
|
55
|
-
"@babel/preset-env": "^7.10.4",
|
|
56
|
-
"@rollup/plugin-babel": "^5.1.0",
|
|
57
|
-
"@rollup/plugin-commonjs": "^14.0.0",
|
|
58
|
-
"@rollup/plugin-node-resolve": "^8.4.0",
|
|
59
|
-
"almond": "~0.3.0",
|
|
60
|
-
"babel-eslint": "^10.1.0",
|
|
61
|
-
"es6-promise": "^4.2.8",
|
|
62
|
-
"eslint": "4.19.1",
|
|
63
|
-
"http-server": "^0.12.3",
|
|
64
|
-
"jquery": "^3.5.1",
|
|
65
|
-
"minimist": "^1.2.5",
|
|
66
|
-
"npm": "^6.14.7",
|
|
67
|
-
"qunitjs": "~1.16.0",
|
|
68
|
-
"requirejs": "2.3.5",
|
|
69
|
-
"rollup": "^2.79.1",
|
|
70
|
-
"rollup-plugin-node-globals": "^1.4.0",
|
|
71
|
-
"rollup-plugin-uglify": "^6.0.4",
|
|
72
|
-
"run-headless-chromium": "^0.1.1",
|
|
73
|
-
"sinon": "1.17.7",
|
|
74
|
-
"sinon-qunit": "~2.0.0",
|
|
75
|
-
"yarpm": "^0.2.1"
|
|
76
|
-
},
|
|
77
|
-
"dependencies": {
|
|
78
|
-
"abab": "^2.0.3"
|
|
79
|
-
},
|
|
80
|
-
"optionalDependencies": {
|
|
81
|
-
"ws": "^7.0.0",
|
|
82
|
-
"xmldom": "^0.1.27"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import babel from '@rollup/plugin-babel';
|
|
2
|
-
import commonjs from '@rollup/plugin-commonjs';
|
|
3
|
-
import globals from 'rollup-plugin-node-globals';
|
|
4
|
-
import pkg from './package.json';
|
|
5
|
-
import resolve from '@rollup/plugin-node-resolve';
|
|
6
|
-
import { uglify } from 'rollup-plugin-uglify';
|
|
7
|
-
|
|
8
|
-
export default [
|
|
9
|
-
// browser-friendly UMD build
|
|
10
|
-
{
|
|
11
|
-
input: 'src/strophe.js',
|
|
12
|
-
output: {
|
|
13
|
-
name: 'strophe',
|
|
14
|
-
file: pkg.browser,
|
|
15
|
-
format: 'umd'
|
|
16
|
-
},
|
|
17
|
-
plugins: [
|
|
18
|
-
resolve(),
|
|
19
|
-
commonjs(),
|
|
20
|
-
globals(),
|
|
21
|
-
babel({
|
|
22
|
-
babelrc: false,
|
|
23
|
-
presets: [
|
|
24
|
-
['@babel/preset-env', {
|
|
25
|
-
targets: {
|
|
26
|
-
browsers: '>1%'
|
|
27
|
-
}
|
|
28
|
-
}]
|
|
29
|
-
]
|
|
30
|
-
})
|
|
31
|
-
]
|
|
32
|
-
},
|
|
33
|
-
// Minified UMD build
|
|
34
|
-
{
|
|
35
|
-
input: 'src/strophe.js',
|
|
36
|
-
output: {
|
|
37
|
-
name: 'strophe',
|
|
38
|
-
file: 'dist/strophe.umd.min.js',
|
|
39
|
-
format: 'umd'
|
|
40
|
-
},
|
|
41
|
-
plugins: [
|
|
42
|
-
resolve(),
|
|
43
|
-
commonjs(),
|
|
44
|
-
globals(),
|
|
45
|
-
babel({
|
|
46
|
-
babelrc: false,
|
|
47
|
-
presets: [
|
|
48
|
-
['@babel/preset-env', {
|
|
49
|
-
targets: {
|
|
50
|
-
browsers: '>1%'
|
|
51
|
-
}
|
|
52
|
-
}]
|
|
53
|
-
]
|
|
54
|
-
}),
|
|
55
|
-
uglify()
|
|
56
|
-
]
|
|
57
|
-
},
|
|
58
|
-
// CommonJS (for Node) and ES module (for bundlers) build.
|
|
59
|
-
{
|
|
60
|
-
input: 'src/strophe.js',
|
|
61
|
-
external: ['window', 'abab'],
|
|
62
|
-
output: [
|
|
63
|
-
{ file: pkg.main, format: 'cjs' },
|
|
64
|
-
{ file: pkg.module, format: 'es' }
|
|
65
|
-
],
|
|
66
|
-
plugins: [
|
|
67
|
-
globals(),
|
|
68
|
-
babel({
|
|
69
|
-
babelrc: false,
|
|
70
|
-
presets: [
|
|
71
|
-
['@babel/preset-env']
|
|
72
|
-
]
|
|
73
|
-
})
|
|
74
|
-
]
|
|
75
|
-
}
|
|
76
|
-
];
|