Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to send message via GTalk Intent?

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

like image 952
onlythoughtworks Avatar asked Nov 06 '22 10:11

onlythoughtworks


1 Answers

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

like image 170
vsm Avatar answered Nov 12 '22 17:11

vsm