Commit b8032675 authored by JC Brand's avatar JC Brand

Bugfix. Return after attaching with prebind data.

parent d8bf1961
......@@ -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');
......
Changelog
=========
0.8.4 (Unreleased)
------------------
* Bugfix. Error when trying to use prebind and keepalive together. [jcbrand]
0.8.3 (2014-09-22)
------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment