quickblox 2.17.19-logger → 2.17.20-logger
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/package.json +1 -1
- package/quickblox.js +2 -2
- package/quickblox.min.js +1 -1
- package/src/modules/chat/qbChat.js +1 -1
- package/src/qbConfig.js +1 -1
package/package.json
CHANGED
package/quickblox.js
CHANGED
|
@@ -42973,7 +42973,7 @@ function ChatProxy(service) {
|
|
|
42973
42973
|
*/
|
|
42974
42974
|
if (Utils.getEnv().browser) {
|
|
42975
42975
|
// strophe js
|
|
42976
|
-
self.connection = Connection(self._OnLogListener);
|
|
42976
|
+
self.connection = Connection(self._OnLogListener.bind(this));
|
|
42977
42977
|
|
|
42978
42978
|
/** Add extension methods to track handlers for removal on reconnect */
|
|
42979
42979
|
self.connection.XHandlerReferences = [];
|
|
@@ -51502,7 +51502,7 @@ module.exports = StreamManagement;
|
|
|
51502
51502
|
*/
|
|
51503
51503
|
|
|
51504
51504
|
var config = {
|
|
51505
|
-
version: '2.17.
|
|
51505
|
+
version: '2.17.20-logger',
|
|
51506
51506
|
buildNumber: '1161',
|
|
51507
51507
|
creds: {
|
|
51508
51508
|
'appId': 0,
|