1

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.

Taranfx
  • 10,361
  • 17
  • 77
  • 95

2 Answers2

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:

  1. Use Asmack, a ported Smack Library for Android

or

  1. Use AsmackService (not yet releases but functional), together with AsmackLibrary.
Flow
  • 23,572
  • 15
  • 99
  • 156