I am using Openfire server to implement XMPP communication between multiple clients, but in iOS background mode we can not afford to read useless packets. Here as I observed from iOS logs & other client logs, Openfire server is sending some kind of empty packets to client every 2-3 seconds. I have verified this with Wireshark also.
Do anyone seen this before? how can I stop this behavior of Openfire server for sending empty packets?
Setup used for openfire:
- Openfire server version : 3.8.2
- TLS enabled
- Client ideal duration kept at 60 seconds, in Openfire server settings.
- OS : Windows XP - 32 bit
Its very urgent for me, can anyone from developer tell me how to fix it? Or just let me know the class where i can controll all outgoing packets.