问题
I am checking out the google talk api's and it uses XMPP.
Here http://code.google.com/appengine/docs/java/xmpp/overview.html#Sending_Chat_Messages
I am reading on integrating it into my android app. Does anyone know of any good tutorials on using Google talk API with android?
Also does it require app-engine to be integrated?
回答1:
All you need is XMPP on Android. You can then use GTalk as any other XMPP Server, but make sure to specify the full JID (e.g. "user@gmail.com") as login name.
来源:https://stackoverflow.com/questions/9304136/google-talk-api-integrations-with-android-app