Procházet zdrojové kódy

Add extra check before accepting a passed in connection.

No use in using a passed in connection that's not connected.
JC Brand před 10 roky
rodič
revize
bb54874f35
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      converse.js

+ 1 - 1
converse.js

@@ -4530,7 +4530,7 @@
 
         this.initConnection = function () {
             var rid, sid, jid;
-            if (this.connection) {
+            if (this.connection && this.connection.connected) {
                 this.onConnected();
             } else {
                 // XXX: it's not yet clear what the order of preference should