I'm looking for a solution to send multicast (text) messages to all my google contacts from my android app. Is there a way to do this with the GTalk App (Intent), or do i have to use my own xmpp implementation? Any recommendations for an appropriate solution/framework besides gtalk piggybacking? Thx
Asked
Active
Viewed 1,773 times
2 Answers
1
Hi Android already share a Service to do what you want, please check this URL
Which explain very well what you want.
Have fun

vsm
- 3,373
- 2
- 25
- 36
-
As noted below, that service was removed in Android 1.0. – fornwall Dec 23 '10 at 16:57
1
Perhaps use asmack - http://code.google.com/p/asmack/?
Early Android SKD:s (before 1.0) contained a XMPP service, but that was removed in 1.0 - http://android-developers.blogspot.com/2008/08/some-information-on-apis-removed-in.html.

fornwall
- 2,877
- 3
- 25
- 38