Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I send a message to a Google Hangouts user from a Google Application Engine?

I would like to send a message to a Google Hangouts user from an application running in the Google Application Engine. I need something like the XMPP service that allows to comunicate with the deprecated Google Talk. Is it possible?

Thanks

like image 506
Francisco Avatar asked Jun 22 '13 19:06

Francisco


2 Answers

Google sent out an email to existing developers about the XMPP service when Hangouts was released, essentially stating that no, the XMPP API for AppEngine won't interoperate with Hangouts.

They have not yet released any APIs that would allow external applications to send messages to Hangouts users. So as of the time of this post, it is not currently possible.

This may change in the future, but Google has not provided any guarantee that it will.

like image 181
Amber Avatar answered Nov 14 '22 14:11

Amber


not sure if this will help as i have not tried it yet.. but just a pointer... try creating an app for hangout and use this API: https://developers.google.com/+/hangouts/api/gapi.hangout.data#gapi.hangout.data.sendMessage

like image 44
Rajiv Avatar answered Nov 14 '22 16:11

Rajiv