问题描述
长返回,Android用于具有GTalkService,让应用程序使用GTalk进行各种目的,因此由于安全原因而被删除. 我们还有一种调用GTALK服务的方法,让我们从另一个应用程序与GTalk互动.以编程方式平静.
推荐答案
gtalk是没有其他的作为Google XMPP服务.因此,您有2个Android选项:
- 使用 Asmack >,Android 的移植的Smack库
或
- 使用 asmackservice (尚未发布但功能),以及 AsmackLibrary .
其他推荐答案
您可能需要检查 TalkmyPhone应用程序的源源.不知道它是否使用gtalkservice,但它做了gtalk互动,适合我.
问题描述
Long back, android used to have GtalkService that let applications use Gtalk for various purposes, it was removed due to security reasons. Do we still have a method of invoking a Gtalk service that let us interact with gtalk from another application e.g. pinging a friend programmatically.
推荐答案
GTalk is nothing else as a Google XMPP Service. So you have 2 options for android:
- Use Asmack, a ported Smack Library for Android
or
- Use AsmackService (not yet releases but functional), together with AsmackLibrary.
其他推荐答案
You may want to check sources of TalkMyPhone application. Don't know if its using GtalkService, but it does gtalk interaction, works nicely for me.