5

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

onlythoughtworks
  • 794
  • 8
  • 13

2 Answers2

1

Hi Android already share a Service to do what you want, please check this URL

http://davanum.wordpress.com/2007/11/14/sending-xmpp-messages-in-android-standalone-sample-ant-buildxmlintellij-project/

Which explain very well what you want.

Have fun

vsm
  • 3,373
  • 2
  • 25
  • 36
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