quickblox 2.17.0-beta.2 → 2.17.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/README.md +1 -1
- package/package.json +1 -1
- package/quickblox.js +3 -5
- package/quickblox.min.js +1 -1
- package/src/modules/chat/qbChat.js +1 -3
- package/src/qbConfig.js +2 -2
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.17.0/quickblox.min.js"></script>
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
## Bower and RequireJS
|
package/package.json
CHANGED
package/quickblox.js
CHANGED
|
@@ -47342,9 +47342,7 @@ MucProxy.prototype = {
|
|
|
47342
47342
|
Utils.safeCallbackCall(callback, {
|
|
47343
47343
|
code: code || 500,
|
|
47344
47344
|
message: errorMessage || 'Unknown issue'
|
|
47345
|
-
},
|
|
47346
|
-
dialogId: dialogId
|
|
47347
|
-
});
|
|
47345
|
+
}, null);
|
|
47348
47346
|
}
|
|
47349
47347
|
}
|
|
47350
47348
|
}
|
|
@@ -53811,8 +53809,8 @@ module.exports = StreamManagement;
|
|
|
53811
53809
|
*/
|
|
53812
53810
|
|
|
53813
53811
|
var config = {
|
|
53814
|
-
version: '2.
|
|
53815
|
-
buildNumber: '
|
|
53812
|
+
version: '2.17.0',
|
|
53813
|
+
buildNumber: '1160',
|
|
53816
53814
|
creds: {
|
|
53817
53815
|
'appId': 0,
|
|
53818
53816
|
'authKey': '',
|