Commit 66420962 authored by JC Brand's avatar JC Brand
parent 47e00ae0
...@@ -750,8 +750,8 @@ ...@@ -750,8 +750,8 @@
}; };
this.registerPingHandler = function () { this.registerPingHandler = function () {
if (this.ping_interval > 0) {
this.registerPongHandler(); this.registerPongHandler();
if (this.ping_interval > 0) {
this.connection.addHandler(function () { this.connection.addHandler(function () {
/* Handler on each stanza, saves the received date /* Handler on each stanza, saves the received date
* in order to ping only when needed. * in order to ping only when needed.
......
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