在xmpp android中实现心跳机制

时间:2014-05-15 10:41:58

标签: android tcp xmpp smack

我在聊天应用中使用Android设备中的presistent xmpp连接。 为了保持连接打开,我想使用TCP HEARTBEAT机制。我只是想知道心跳步骤何时完成:

1. when a packet is sent on server and a response comes from server (Two steps) 
2. Or just packet sending is done from client side (1 step)

如何使用smack库。使用KeepAliveManager类?

1 个答案:

答案 0 :(得分:2)

只需将XMPP Pings作为心跳使用到服务器。 (a)Smack自动完成。您可以在PingManager中调整设置。