@@ -4563,6 +4563,7 @@
throw('If you set prebind=true, you MUST supply JID, RID and SID values');
}
this.connection.attach(this.jid, this.sid, this.rid, this.onConnect);
+ return;
if (this.keepalive) {
rid = this.session.get('rid');
@@ -1,6 +1,11 @@
Changelog
=========
+0.8.4 (Unreleased)
+------------------
+
+* Bugfix. Error when trying to use prebind and keepalive together. [jcbrand]
0.8.3 (2014-09-22)
------------------