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.
Asked
Active
Viewed 4,877 times
2 Answers
1
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.

Ralkie
- 3,736
- 3
- 25
- 25
1
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.

Flow
- 23,572
- 15
- 99
- 156