quickblox 2.17.4-logger → 2.17.5-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quickblox",
3
3
  "description": "QuickBlox JavaScript SDK",
4
- "version": "2.17.4-logger",
4
+ "version": "2.17.5-logger",
5
5
  "homepage": "https://quickblox.com/developers/Javascript",
6
6
  "main": "src/qbMain.js",
7
7
  "types": "quickblox.d.ts",
package/quickblox.js CHANGED
@@ -43697,7 +43697,7 @@ ChatProxy.prototype = {
43697
43697
 
43698
43698
  if (typeof self.onLogListener === 'function') {
43699
43699
  Utils.safeCallbackCall(self.onLogListener,
43700
- '[QBChat]' + ' Status.ERROR at ' +
43700
+ '[QBChat]' +'[SDK v'+config.version+']' + ' Status.ERROR at ' +
43701
43701
  chatUtils.getLocalTime()+ ' ERROR CONDITION: ' + condition);
43702
43702
  }
43703
43703
  self.isConnected = false;
@@ -43716,7 +43716,7 @@ ChatProxy.prototype = {
43716
43716
 
43717
43717
  if (typeof self.onLogListener === 'function') {
43718
43718
  Utils.safeCallbackCall(self.onLogListener,
43719
- '[QBChat]' + ' Status.CONNFAIL at ' +
43719
+ '[QBChat]' + '[SDK v'+config.version+']' +' Status.CONNFAIL at ' +
43720
43720
  chatUtils.getLocalTime()+ ' CONNFAIL CONDITION: ' + condition);
43721
43721
  }
43722
43722
  self.isConnected = false;
@@ -43735,7 +43735,7 @@ ChatProxy.prototype = {
43735
43735
 
43736
43736
  if (typeof self.onLogListener === 'function') {
43737
43737
  Utils.safeCallbackCall(self.onLogListener,
43738
- '[QBChat]' + ' Status.AUTHENTICATING at ' +
43738
+ '[QBChat]' +'[SDK v'+config.version+']' + ' Status.AUTHENTICATING at ' +
43739
43739
  chatUtils.getLocalTime()+ ' AUTHENTICATING CONDITION: ' + condition);
43740
43740
  }
43741
43741
  break;
@@ -43745,7 +43745,7 @@ ChatProxy.prototype = {
43745
43745
 
43746
43746
  if (typeof self.onLogListener === 'function') {
43747
43747
  Utils.safeCallbackCall(self.onLogListener,
43748
- '[QBChat]' + ' Status.AUTHFAIL at ' +
43748
+ '[QBChat]' +'[SDK v'+config.version+']' + ' Status.AUTHFAIL at ' +
43749
43749
  chatUtils.getLocalTime()+ ' AUTHFAIL CONDITION: ' + condition);
43750
43750
  }
43751
43751
  self.isConnected = false;
@@ -43769,7 +43769,7 @@ ChatProxy.prototype = {
43769
43769
 
43770
43770
  if (typeof self.onLogListener === 'function') {
43771
43771
  Utils.safeCallbackCall(self.onLogListener,
43772
- '[QBChat]' + ' Status.CONNECTING at ' + '(Chat Protocol - ' + config.chatProtocol.active === 1 ? 'BOSH' : 'WebSocket' + ')'+
43772
+ '[QBChat]' +'[SDK v'+config.version+']' + ' Status.CONNECTING at ' + '(Chat Protocol - ' + config.chatProtocol.active === 1 ? 'BOSH' : 'WebSocket' + ')'+
43773
43773
  chatUtils.getLocalTime()+ ' CONNECTING CONDITION: ' + condition);
43774
43774
  }
43775
43775
  break;
@@ -43779,7 +43779,7 @@ ChatProxy.prototype = {
43779
43779
 
43780
43780
  if (typeof self.onLogListener === 'function') {
43781
43781
  Utils.safeCallbackCall(self.onLogListener,
43782
- '[QBChat]' + ' Status.CONNECTED at ' +
43782
+ '[QBChat]' +'[SDK v'+config.version+']' + ' Status.CONNECTED at ' +
43783
43783
  chatUtils.getLocalTime()+ ' CONNECTED CONDITION: ' + condition);
43784
43784
  }
43785
43785
  // Remove any handlers that might exist from a previous connection via
@@ -43862,7 +43862,7 @@ ChatProxy.prototype = {
43862
43862
 
43863
43863
  if (typeof self.onLogListener === 'function') {
43864
43864
  Utils.safeCallbackCall(self.onLogListener,
43865
- '[QBChat]' + ' Status.DISCONNECTING at ' +
43865
+ '[QBChat]' + '[SDK v'+config.version+']' +' Status.DISCONNECTING at ' +
43866
43866
  chatUtils.getLocalTime()+ ' DISCONNECTING CONDITION: ' + condition);
43867
43867
  }
43868
43868
  break;
@@ -43872,7 +43872,7 @@ ChatProxy.prototype = {
43872
43872
 
43873
43873
  if (typeof self.onLogListener === 'function') {
43874
43874
  Utils.safeCallbackCall(self.onLogListener,
43875
- '[QBChat]' + ' Status.DISCONNECTED at ' +
43875
+ '[QBChat]' + '[SDK v'+config.version+']' +' Status.DISCONNECTED at ' +
43876
43876
  chatUtils.getLocalTime()+ ' DISCONNECTED CONDITION: ' + condition);
43877
43877
  }
43878
43878
  // fire 'onDisconnectedListener' only once
@@ -43894,7 +43894,7 @@ ChatProxy.prototype = {
43894
43894
 
43895
43895
  if (typeof self.onLogListener === 'function') {
43896
43896
  Utils.safeCallbackCall(self.onLogListener,
43897
- '[QBChat]' + ' Status.ATTACHED at ' +
43897
+ '[QBChat]' +'[SDK v'+config.version+']' + ' Status.ATTACHED at ' +
43898
43898
  chatUtils.getLocalTime()+ ' ATTACHED CONDITION: ' + condition);
43899
43899
  }
43900
43900
  break;
@@ -43904,7 +43904,7 @@ ChatProxy.prototype = {
43904
43904
 
43905
43905
  if (typeof self.onLogListener === 'function') {
43906
43906
  Utils.safeCallbackCall(self.onLogListener,
43907
- '[QBChat]' + ' Status.REDIRECT at ' +
43907
+ '[QBChat]' +'[SDK v'+config.version+']' + ' Status.REDIRECT at ' +
43908
43908
  chatUtils.getLocalTime()+ ' REDIRECT CONDITION: ' + condition);
43909
43909
  }
43910
43910
  break;
@@ -43914,7 +43914,7 @@ ChatProxy.prototype = {
43914
43914
 
43915
43915
  if (typeof self.onLogListener === 'function') {
43916
43916
  Utils.safeCallbackCall(self.onLogListener,
43917
- '[QBChat]' + ' Status.CONNTIMEOUT at ' +
43917
+ '[QBChat]' +'[SDK v'+config.version+']' + ' Status.CONNTIMEOUT at ' +
43918
43918
  chatUtils.getLocalTime()+ ' CONNTIMEOUT CONDITION: ' + condition);
43919
43919
  }
43920
43920
  break;
@@ -43924,7 +43924,7 @@ ChatProxy.prototype = {
43924
43924
 
43925
43925
  if (typeof self.onLogListener === 'function') {
43926
43926
  Utils.safeCallbackCall(self.onLogListener,
43927
- '[QBChat]' + ' Status.BINDREQUIRED at ' +
43927
+ '[QBChat]' +'[SDK v'+config.version+']' + ' Status.BINDREQUIRED at ' +
43928
43928
  chatUtils.getLocalTime()+ ' BINDREQUIRED CONDITION: ' + condition);
43929
43929
  }
43930
43930
  break;
@@ -43934,7 +43934,7 @@ ChatProxy.prototype = {
43934
43934
 
43935
43935
  if (typeof self.onLogListener === 'function') {
43936
43936
  Utils.safeCallbackCall(self.onLogListener,
43937
- '[QBChat]' + ' Status.ATTACHFAIL at ' +
43937
+ '[QBChat]' + '[SDK v'+config.version+']' +' Status.ATTACHFAIL at ' +
43938
43938
  chatUtils.getLocalTime()+ ' ATTACHFAIL CONDITION: ' + condition);
43939
43939
  }
43940
43940
  break;
@@ -43945,18 +43945,18 @@ ChatProxy.prototype = {
43945
43945
 
43946
43946
  if (typeof self.onLogListener === 'function') {
43947
43947
  Utils.safeCallbackCall(self.onLogListener,
43948
- '[QBChat]' + ' Status is unknown at ' +
43948
+ '[QBChat]' +'[SDK v'+config.version+']' + ' Status is unknown at ' +
43949
43949
  chatUtils.getLocalTime()+ ' unknown CONDITION: ' + condition);
43950
43950
  }
43951
43951
  break;
43952
43952
  }
43953
43953
  }, function (logLine){
43954
- Utils.QBLog('[QBChat]', 'LOG strophe.js at ' + chatUtils.getLocalTime());
43955
- Utils.QBLog('[QBChat]', 'LOG strophe.js: ' + logLine);
43954
+ Utils.QBLog('[QBChat]'+'[SDK v'+config.version+']', 'LOG strophe.js at ' + chatUtils.getLocalTime());
43955
+ Utils.QBLog('[QBChat]'+'[SDK v'+config.version+']', 'LOG strophe.js: ' + logLine);
43956
43956
 
43957
43957
  if (typeof self.onLogListener === 'function') {
43958
43958
  Utils.safeCallbackCall(self.onLogListener,
43959
- '[QBChat]' + ' LOG strophe.js at ' +
43959
+ '[QBChat]' + '[SDK v'+config.version+']' +' LOG strophe.js at ' +
43960
43960
  chatUtils.getLocalTime()+ ' LOG strophe.js: ' + logLine);
43961
43961
  }
43962
43962
  });
@@ -50974,7 +50974,7 @@ module.exports = WebRTCSignalingConstants;
50974
50974
  */
50975
50975
 
50976
50976
  // require('strophe.js');
50977
- require('./libs/strophe/strophe.umd.js');
50977
+ require('../../libs/strophe/strophe.umd.js');
50978
50978
 
50979
50979
  var SignalingConstants = require('./qbWebRTCSignalingConstants');
50980
50980
 
@@ -51124,7 +51124,7 @@ function WebRTCSignalingProcessor(service, delegate) {
51124
51124
 
51125
51125
  module.exports = WebRTCSignalingProcessor;
51126
51126
 
51127
- },{"./libs/strophe/strophe.umd.js":undefined,"./qbWebRTCSignalingConstants":243}],245:[function(require,module,exports){
51127
+ },{"../../libs/strophe/strophe.umd.js":227,"./qbWebRTCSignalingConstants":243}],245:[function(require,module,exports){
51128
51128
  'use strict';
51129
51129
 
51130
51130
  /** JSHint inline rules */
@@ -51136,7 +51136,7 @@ module.exports = WebRTCSignalingProcessor;
51136
51136
  */
51137
51137
 
51138
51138
  // require('strophe.js');
51139
- require('./libs/strophe/strophe.umd.js');
51139
+ require('../../libs/strophe/strophe.umd.js');
51140
51140
 
51141
51141
  var Helpers = require('./qbWebRTCHelpers');
51142
51142
  var SignalingConstants = require('./qbWebRTCSignalingConstants');
@@ -51232,7 +51232,7 @@ WebRTCSignalingProvider.prototype._JStoXML = function (title, obj, msg) {
51232
51232
 
51233
51233
  module.exports = WebRTCSignalingProvider;
51234
51234
 
51235
- },{"../../qbConfig":247,"../../qbUtils":251,"./libs/strophe/strophe.umd.js":undefined,"./qbWebRTCHelpers":241,"./qbWebRTCSignalingConstants":243}],246:[function(require,module,exports){
51235
+ },{"../../libs/strophe/strophe.umd.js":227,"../../qbConfig":247,"../../qbUtils":251,"./qbWebRTCHelpers":241,"./qbWebRTCSignalingConstants":243}],246:[function(require,module,exports){
51236
51236
  'use strict';
51237
51237
 
51238
51238
  /**
@@ -51484,7 +51484,7 @@ module.exports = StreamManagement;
51484
51484
  */
51485
51485
 
51486
51486
  var config = {
51487
- version: '2.17.4-logger',
51487
+ version: '2.17.5-logger',
51488
51488
  buildNumber: '1161',
51489
51489
  creds: {
51490
51490
  'appId': 0,