Android XMPP Battery Life

I tried it differently, but all the articles are from the beginning of 09, when everything was different. Seeing the hardware and stuff now, what is the battery life when using XMPP on Android as a service?

Edit: I am currently using the ASmack library.

+4
source share
1 answer

This question depends on your implementation: Google XMPP Client Talk, for example, uses a PUSH alert with long open TCP connections, so battery consumption is relatively low. Other implementations may use different methods, so you should check this out.

+2
source

All Articles