Google Talk API integrations with Android app

纵饮孤独 提交于 2019-12-18 17:35:31

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!