quickblox 2.17.2-beta.1-logger → 2.18.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 +330 -201
- package/README.md +2 -2
- package/package.json +1 -1
- package/quickblox.js +2 -2
- package/quickblox.min.js +1 -1
- package/src/qbConfig.js +1 -1
- package/src/qbProxy.js +1 -1
package/LICENSE
CHANGED
|
@@ -1,201 +1,330 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
1
|
+
# QuickBlox SDK License
|
|
2
|
+
|
|
3
|
+
This is an agreement between You ("You") and Injoit Ltd. trading as QuickBlox,
|
|
4
|
+
the developer of QuickBlox, incorporated in England and Wales under company
|
|
5
|
+
number 07150135 and having our registered office at 7 Baxter Road, Churchdown,
|
|
6
|
+
Gloucester, GL3 1FY, ("QuickBlox") regarding Your use of the QuickBlox SDK and
|
|
7
|
+
any associated documentation or other materials made available by QuickBlox
|
|
8
|
+
(collectively the "SDK"). This agreement applies to any updates or supplements
|
|
9
|
+
for the SDK, unless other terms accompany those items. If so, those other terms
|
|
10
|
+
apply.
|
|
11
|
+
|
|
12
|
+
By installing, accessing or otherwise using the SDK, You accept the terms of
|
|
13
|
+
this agreement. If You do not agree to the terms of this agreement, do not
|
|
14
|
+
install, access or use the SDK.
|
|
15
|
+
|
|
16
|
+
If You comply with this agreement, You have the rights below.
|
|
17
|
+
|
|
18
|
+
1. **USE OF THE SDK.** Subject to Your compliance with this agreement, QuickBlox
|
|
19
|
+
hereby authorizes You to use the SDK solely for the purpose of creating mobile
|
|
20
|
+
applications designed to operate with the Services (referred to as "Authorized
|
|
21
|
+
Applications"). You may not rent, lease or lend any of Your rights in the SDK or
|
|
22
|
+
access to the Services. You may make a reasonable number of copies of the SDK
|
|
23
|
+
for the purposes set forth herein, provided that You reproduce only complete
|
|
24
|
+
copies, including without limitation all "read me" files, copyright notices,
|
|
25
|
+
and other legal notices and terms that QuickBlox has included in the SDK.
|
|
26
|
+
|
|
27
|
+
2. **SCOPE OF LICENSE.** The SDK is licensed, not sold. This agreement only
|
|
28
|
+
gives You some rights to use the SDK. QuickBlox specifically does not grant any
|
|
29
|
+
express or implied rights under its patents with respect to your Authorized
|
|
30
|
+
Applications. In doing so, You must comply with any technical limitations in the
|
|
31
|
+
SDK that only allow You to use it in certain ways. You may not: (a) reverse
|
|
32
|
+
engineer, decompile, distribute or disassemble the SDK, except and only to the
|
|
33
|
+
extent that applicable law expressly permits; or (b) make more copies of the
|
|
34
|
+
SDK than specified in this agreement, except and only to the extent applicable
|
|
35
|
+
law expressly permits; or (c) publish the SDK for others to copy; or (d) rent,
|
|
36
|
+
lease or lend the SDK.
|
|
37
|
+
|
|
38
|
+
3. **USE OF THE SERVICES.** Your use of the Services, and the use of the
|
|
39
|
+
Services by anyone hosting or using your Authorized Application, is governed by
|
|
40
|
+
the then-current Terms of Services (“TOS”) which can be found at: https://quickblox.com/terms-of-service .
|
|
41
|
+
|
|
42
|
+
4. **EXPORT RESTRICTIONS.** THE SDK IS SUBJECT TO UNITED KINGDOM EXPORT LAWS AND
|
|
43
|
+
REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND
|
|
44
|
+
REGULATIONS THAT APPLY TO THE SDK.
|
|
45
|
+
|
|
46
|
+
5. **FEEDBACK.** By submitting feedback to QuickBlox, either via email at
|
|
47
|
+
contact@quickblox.com or by any other means: You automatically grant to
|
|
48
|
+
QuickBlox a perpetual, irrevocable, transferable, royalty-free license to use
|
|
49
|
+
Your feedback for any and all purposes without any compensation to You.
|
|
50
|
+
|
|
51
|
+
6. **TERMINATION.** QuickBlox reserves the right to discontinue offering the SDK
|
|
52
|
+
or Services or to modify the SDK or Services at any time in its sole discretion.
|
|
53
|
+
This Section and Sections 3, 4, 5, 8, 9, 10, 11, and 12 will survive termination
|
|
54
|
+
of this agreement or any discontinuation of the offering of the SDK or Services
|
|
55
|
+
along with any other provisions that would reasonably be deemed to survive such
|
|
56
|
+
events.
|
|
57
|
+
|
|
58
|
+
7. **RESERVATION OF RIGHTS.** You are not authorized to alter, modify, copy,
|
|
59
|
+
edit, format, create derivative works of or otherwise use any materials, content
|
|
60
|
+
or technology provided under this agreement except as explicitly provided in
|
|
61
|
+
this agreement or approved in advance in writing by QuickBlox.
|
|
62
|
+
|
|
63
|
+
8. **MODIFICATIONS; NOTICES.** If we change this contract, then we will give you
|
|
64
|
+
notice before the change is in force. If you do not agree to these changes, then
|
|
65
|
+
you must cancel and stop using the SDK and Services before the changes are in
|
|
66
|
+
force. If you do not stop using the SDK or Services, then your use of the SDK or
|
|
67
|
+
Services will continue under the changed contract. QuickBlox may give notices to
|
|
68
|
+
You, at QuickBlox's option, by posting on any portion of quickblox.com or by
|
|
69
|
+
electronic mail to any e-mail address provided by You to QuickBlox.
|
|
70
|
+
|
|
71
|
+
9. **ENTIRE AGREEMENT.** This agreement, and any applicable TOS or contract for
|
|
72
|
+
Services, are the entire agreement with respect to the SDK or Services.
|
|
73
|
+
|
|
74
|
+
10. **APPLICABLE LAW AND VENUE.** This agreement and any disputes or claims
|
|
75
|
+
arising out of or in connection with it or its subject matter or formation
|
|
76
|
+
(including non-contractual disputes or claims) are governed by, and construed in
|
|
77
|
+
accordance with, the law of England. The parties irrevocably agree that the
|
|
78
|
+
courts of England have exclusive jurisdiction to settle any dispute or claim
|
|
79
|
+
that arises out of or in connection with this Agreement or its subject matter or
|
|
80
|
+
formation (including non-contractual disputes or claims).
|
|
81
|
+
|
|
82
|
+
11. **DISCLAIMER OF WARRANTY.** The SDK is licensed "as-is." You bear the risk
|
|
83
|
+
of using it. QuickBlox gives no express or implied warranties, guarantees or
|
|
84
|
+
conditions. You may have additional consumer rights under Your local laws which
|
|
85
|
+
this agreement cannot change. To the extent permitted under Your local laws,
|
|
86
|
+
QuickBlox excludes the implied warranties of merchantability, fitness for a
|
|
87
|
+
particular purpose and non-infringement. QuickBlox does not represent or warrant
|
|
88
|
+
that the SDK or the Services will always be available, uninterrupted, secure, or
|
|
89
|
+
error free.
|
|
90
|
+
|
|
91
|
+
12. **LIMITATION ON AND EXCLUSION OF REMEDIES AND DAMAGES.** In no event will
|
|
92
|
+
QuickBlox or its licensors be liable for the following, regardless of the theory
|
|
93
|
+
of liability or whether arising out of the use or inability to use the QuickBlox
|
|
94
|
+
SDK or otherwise, even if a party been advised of the possibility of such
|
|
95
|
+
damages: (a) indirect, incidental, exemplary, special or consequential damages;
|
|
96
|
+
(b) loss or corruption of data or interrupted or loss of business; or (c) loss
|
|
97
|
+
of revenue, profits, goodwill or anticipated sales or savings. QuickBlox, its
|
|
98
|
+
affiliates, officers, directors, employees, agents, suppliers and licensors
|
|
99
|
+
collectively, shall have no liability to the Licensee whatsoever, whether based
|
|
100
|
+
in warranty, contract, tort (including negligence), or otherwise. Nothing in
|
|
101
|
+
this agreement limits or excludes any liability that cannot be limited or
|
|
102
|
+
excluded under applicable law. Both parties are in understanding that some
|
|
103
|
+
jurisdictions do not allow the exclusion of liability for consequential damages
|
|
104
|
+
and as so the above limitation may not apply.
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
# Third-Party Licenses
|
|
108
|
+
|
|
109
|
+
## MIT License
|
|
110
|
+
|
|
111
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
112
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
113
|
+
in the Software without restriction, including without limitation the rights
|
|
114
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
115
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
116
|
+
furnished to do so, subject to the following conditions:
|
|
117
|
+
|
|
118
|
+
The above copyright notice and this permission notice shall be included in all
|
|
119
|
+
copies or substantial portions of the Software.
|
|
120
|
+
|
|
121
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
122
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
123
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
124
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
125
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
126
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
127
|
+
SOFTWARE.
|
|
128
|
+
|
|
129
|
+
You may obtain a copy of the License at https://opensource.org/licenses/MIT
|
|
130
|
+
|
|
131
|
+
## BSD-3-Clause License
|
|
132
|
+
|
|
133
|
+
Redistribution and use in source and binary forms, with or without
|
|
134
|
+
modification, are permitted provided that the following conditions are met:
|
|
135
|
+
|
|
136
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
137
|
+
list of conditions and the following disclaimer.
|
|
138
|
+
|
|
139
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
140
|
+
this list of conditions and the following disclaimer in the documentation
|
|
141
|
+
and/or other materials provided with the distribution.
|
|
142
|
+
|
|
143
|
+
3. Neither the name of the [ORGANIZATION] nor the names of its contributors
|
|
144
|
+
may be used to endorse or promote products derived from this software
|
|
145
|
+
without specific prior written permission.
|
|
146
|
+
|
|
147
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
148
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
149
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
150
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
151
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
152
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
153
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
154
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
155
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
156
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
157
|
+
|
|
158
|
+
You may obtain a copy of the License at https://opensource.org/licenses/BSD-3-Clause
|
|
159
|
+
|
|
160
|
+
## Form-Data License
|
|
161
|
+
|
|
162
|
+
Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
|
|
163
|
+
|
|
164
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
165
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
166
|
+
in the Software without restriction, including without limitation the rights
|
|
167
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
168
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
169
|
+
furnished to do so, subject to the following conditions:
|
|
170
|
+
|
|
171
|
+
The above copyright notice and this permission notice shall be included in
|
|
172
|
+
all copies or substantial portions of the Software.
|
|
173
|
+
|
|
174
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
175
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
176
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
177
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
178
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
179
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
180
|
+
THE SOFTWARE.
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
## NativeScript XMPP Client License
|
|
184
|
+
|
|
185
|
+
The MIT License (MIT)
|
|
186
|
+
|
|
187
|
+
nativescript-xmpp-client
|
|
188
|
+
|
|
189
|
+
Copyright (c) 2016, Samuel Monday Agbonkpolo
|
|
190
|
+
|
|
191
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
192
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
193
|
+
the Software without restriction, including without limitation the rights to
|
|
194
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
195
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
196
|
+
subject to the following conditions:
|
|
197
|
+
|
|
198
|
+
The above copyright notice and this permission notice shall be included in all
|
|
199
|
+
copies or substantial portions of the Software.
|
|
200
|
+
|
|
201
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
202
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
203
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
204
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
205
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
206
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
207
|
+
|
|
208
|
+
## Node-fetch License
|
|
209
|
+
|
|
210
|
+
The MIT License (MIT)
|
|
211
|
+
|
|
212
|
+
Copyright (c) 2016 David Frank
|
|
213
|
+
|
|
214
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
215
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
216
|
+
in the Software without restriction, including without limitation the rights
|
|
217
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
218
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
219
|
+
furnished to do so, subject to the following conditions:
|
|
220
|
+
|
|
221
|
+
The above copyright notice and this permission notice shall be included in all
|
|
222
|
+
copies or substantial portions of the Software.
|
|
223
|
+
|
|
224
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
225
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
226
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
227
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
228
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
229
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
230
|
+
SOFTWARE.
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
## SDP-Transform License
|
|
234
|
+
|
|
235
|
+
(The MIT License)
|
|
236
|
+
|
|
237
|
+
Copyright (c) 2013 Eirik Albrigtsen
|
|
238
|
+
|
|
239
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
240
|
+
a copy of this software and associated documentation files (the
|
|
241
|
+
'Software'), to deal in the Software without restriction, including
|
|
242
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
243
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
244
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
245
|
+
the following conditions:
|
|
246
|
+
|
|
247
|
+
The above copyright notice and this permission notice shall be
|
|
248
|
+
included in all copies or substantial portions of the Software.
|
|
249
|
+
|
|
250
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
251
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
252
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
253
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
254
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
255
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
256
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
## Strophe.js License
|
|
260
|
+
|
|
261
|
+
Copyright (c) 2006-2009 Collecta, Inc.
|
|
262
|
+
|
|
263
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
264
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
265
|
+
in the Software without restriction, including without limitation the rights
|
|
266
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
267
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
268
|
+
furnished to do so, subject to the following conditions:
|
|
269
|
+
|
|
270
|
+
The above copyright notice and this permission notice shall be included in
|
|
271
|
+
all copies or substantial portions of the Software.
|
|
272
|
+
|
|
273
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
274
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
275
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
276
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
277
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
278
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
279
|
+
THE SOFTWARE.
|
|
280
|
+
|
|
281
|
+
## WebRTC adapter License
|
|
282
|
+
|
|
283
|
+
Copyright (c) 2014, The WebRTC project authors. All rights reserved.
|
|
284
|
+
Copyright (c) 2018, The adapter.js project authors. All rights reserved.
|
|
285
|
+
|
|
286
|
+
Redistribution and use in source and binary forms, with or without
|
|
287
|
+
modification, are permitted provided that the following conditions are
|
|
288
|
+
met:
|
|
289
|
+
|
|
290
|
+
* Redistributions of source code must retain the above copyright
|
|
291
|
+
notice, this list of conditions and the following disclaimer.
|
|
292
|
+
|
|
293
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
294
|
+
notice, this list of conditions and the following disclaimer in
|
|
295
|
+
the documentation and/or other materials provided with the
|
|
296
|
+
distribution.
|
|
297
|
+
|
|
298
|
+
* Neither the name of Google nor the names of its contributors may
|
|
299
|
+
be used to endorse or promote products derived from this software
|
|
300
|
+
without specific prior written permission.
|
|
301
|
+
|
|
302
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
303
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
304
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
305
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
306
|
+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
307
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
308
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
309
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
310
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
311
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
312
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
313
|
+
|
|
314
|
+
---
|
|
315
|
+
|
|
316
|
+
# NOTICE
|
|
317
|
+
|
|
318
|
+
This product includes software developed by:
|
|
319
|
+
|
|
320
|
+
- [crypto-js] (BSD-3-Clause License)
|
|
321
|
+
- [form-data] (Form-Data License)
|
|
322
|
+
- [nativescript-xmpp-client] (NativeScript XMPP Client License)
|
|
323
|
+
- [node-fetch] (Node-fetch License)
|
|
324
|
+
- [node-xmpp-client] (MIT License)
|
|
325
|
+
- [sdp-transform] (SDP-Transform License)
|
|
326
|
+
- [strophe.js] (Strophe.js License)
|
|
327
|
+
- [webrtc-adapter] (WebRTC adapter License)
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ Check out our [API Reference](https://quickblox.github.io/quickblox-javascript-s
|
|
|
16
16
|
## Dependencies for browser
|
|
17
17
|
|
|
18
18
|
```html
|
|
19
|
-
<script src="https://unpkg.com/quickblox@2.
|
|
19
|
+
<script src="https://unpkg.com/quickblox@2.18.0/quickblox.min.js"></script>
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
## Bower and RequireJS
|
|
@@ -74,4 +74,4 @@ See more information at [contributing.md](https://github.com/QuickBlox/quickblox
|
|
|
74
74
|
|
|
75
75
|
# License
|
|
76
76
|
|
|
77
|
-
|
|
77
|
+
QuickBlox SDK License Agreement. Please see the LICENSE.txt file distributed with the SDK.
|
package/package.json
CHANGED
package/quickblox.js
CHANGED
|
@@ -53874,7 +53874,7 @@ module.exports = StreamManagement;
|
|
|
53874
53874
|
*/
|
|
53875
53875
|
|
|
53876
53876
|
var config = {
|
|
53877
|
-
version: '2.
|
|
53877
|
+
version: '2.18.0',
|
|
53878
53878
|
buildNumber: '1162',
|
|
53879
53879
|
creds: {
|
|
53880
53880
|
'appId': 0,
|
|
@@ -54317,7 +54317,7 @@ ServiceProxy.prototype = {
|
|
|
54317
54317
|
handleResponse: function(error, response, next, retry) {
|
|
54318
54318
|
// can add middleware here...
|
|
54319
54319
|
if (error) {
|
|
54320
|
-
const errorMsg = JSON.stringify(error.message).toLowerCase();
|
|
54320
|
+
const errorMsg = error.message ? JSON.stringify(error.message).toLowerCase() : '';
|
|
54321
54321
|
if (typeof config.on.sessionExpired === 'function' &&
|
|
54322
54322
|
error.code === 401 &&
|
|
54323
54323
|
errorMsg.indexOf('session does not exist') > -1) {
|