Fixes issue in merging pings.
This commit is contained in:
parent
1ab67c2f72
commit
1294cff9af
|
@ -113,7 +113,8 @@ XMPP.prototype._connect = function (jid, password) {
|
|||
|
||||
logger.info("My Jabber ID: " + self.connection.jid);
|
||||
|
||||
self.connection.ping.startInterval(config.hosts.domain);
|
||||
self.connection.ping.startInterval(
|
||||
Strophe.getDomainFromJid(self.connection.jid));
|
||||
|
||||
if (password)
|
||||
authenticatedUser = true;
|
||||
|
|
Loading…
Reference in New Issue