Does Pandion send heartbeats to keep connection alive?
I have Pandion connecting to Openfire 3.6.2 and I was wondering if the Pandion client sends hearbeats to the server and if so how frequently does it send the information?
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Every 30 seconds Pandion sends a single space character to check if the XMPP stream is alive. And I think at the TCP level there is also keepalive happening to periodically check the TCP/IP socket.
/src/main/OnLogin.js @ line 497
external.globals( 'XMPPKeepAliveInterval' ) = setInterval( 'external.XMPP.SendText( " " )', 30000 );
Loading Profile...



EMPLOYEE