Do you know if there is an API to connect to the mobile messenger? I have a mobile application that needs to receive a callback when the contacts on the mobile messenger are online.
I know that I can query the live messenger JSON interface but that will require me pulling this information (and draining the battery) but if mobile messenger is running it is already keeping a connection alive to the messenger service.
I can see pleny of documentation on the messenger API for desktop but this is for mobile.
Thanks