我在聊天应用中使用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类?
答案 0 :(得分:2)
只需将XMPP Pings作为心跳使用到服务器。 (a)Smack自动完成。您可以在PingManager中调整设置。