Add extra check before accepting a passed in connection.

No use in using a passed in connection that's not connected.
This commit is contained in:
JC Brand 2014-10-19 20:41:16 +02:00
parent aa2c38548c
commit bb54874f35

View File

@ -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