File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63302,6 +63302,8 @@ _converse.initConnection = function () {
63302
63302
}
63303
63303
}
63304
63304
63305
+ setUpXMLLogging();
63306
+
63305
63307
_converse.emit('connectionInitialized');
63306
63308
};
63307
63309
@@ -63327,8 +63329,6 @@ function finishInitialization() {
63327
63329
63328
63330
_converse.initConnection();
63329
63331
63330
- setUpXMLLogging();
63331
-
63332
63332
_converse.logIn();
63333
63333
63334
63334
_converse.registerGlobalEventHandlers();
Original file line number Diff line number Diff line change @@ -396,6 +396,7 @@ _converse.initConnection = function () {
396
396
throw new Error ( "initConnection: this browser does not support websockets and bosh_service_url wasn't specified." ) ;
397
397
}
398
398
}
399
+ setUpXMLLogging ( ) ;
399
400
_converse . emit ( 'connectionInitialized' ) ;
400
401
}
401
402
@@ -419,7 +420,6 @@ function finishInitialization () {
419
420
initClientConfig ( ) ;
420
421
initPlugins ( ) ;
421
422
_converse . initConnection ( ) ;
422
- setUpXMLLogging ( ) ;
423
423
_converse . logIn ( ) ;
424
424
_converse . registerGlobalEventHandlers ( ) ;
425
425
if ( ! Backbone . history . started ) {
You can’t perform that action at this time.
0 commit comments