Search code examples
androidxmppgoogle-talk

Android Register for GTalk Incoming Chat


Is there a server to register for to get Google Talk incoming messages pushed to the phone? Is there a server to manually check for new messages?


Solution

  • I was able to accomplish this by using the SmackApi for Android. I connect to Google Talk's servers and register to get incoming messages. Works exactly as I need it to.