quickblox 2.17.8-logger → 2.17.9-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 +3 -3
- package/quickblox.min.js +1 -1
- package/src/qbConfig.js +1 -1
- package/src/qbStrophe.js +1 -1
package/package.json
CHANGED
package/quickblox.js
CHANGED
|
@@ -51484,7 +51484,7 @@ module.exports = StreamManagement;
|
|
|
51484
51484
|
*/
|
|
51485
51485
|
|
|
51486
51486
|
var config = {
|
|
51487
|
-
version: '2.17.
|
|
51487
|
+
version: '2.17.9-logger',
|
|
51488
51488
|
buildNumber: '1161',
|
|
51489
51489
|
creds: {
|
|
51490
51490
|
'appId': 0,
|
|
@@ -52197,7 +52197,7 @@ require('./libs/strophe/strophe.umd.js');
|
|
|
52197
52197
|
var config = require('./qbConfig');
|
|
52198
52198
|
var chatPRTCL = config.chatProtocol;
|
|
52199
52199
|
var Utils = require('./qbUtils');
|
|
52200
|
-
var QBChatModules = require('./modules/qbChat');
|
|
52200
|
+
var QBChatModules = require('./modules/chat/qbChat');
|
|
52201
52201
|
|
|
52202
52202
|
function Connection(onLogListenerCallback) {
|
|
52203
52203
|
var protocol = chatPRTCL.active === 1 ? chatPRTCL.bosh : chatPRTCL.websocket;
|
|
@@ -52268,7 +52268,7 @@ function Connection(onLogListenerCallback) {
|
|
|
52268
52268
|
|
|
52269
52269
|
module.exports = Connection;
|
|
52270
52270
|
|
|
52271
|
-
},{"./libs/strophe/strophe.umd.js":227,"./modules/qbChat":
|
|
52271
|
+
},{"./libs/strophe/strophe.umd.js":227,"./modules/chat/qbChat":228,"./qbConfig":247,"./qbUtils":251}],251:[function(require,module,exports){
|
|
52272
52272
|
(function (global){(function (){
|
|
52273
52273
|
/* eslint no-console: 2 */
|
|
52274
52274
|
|