I've just followed the tutorial on https://cloud.google.com/appengine/docs/java/xmpp/ and https://cloud.google.com/appengine/articles/using_xmpp and written a chatbot on the GAE XMPP service, assuming/hoping that I could now connect to it using the Google Hangout IM (that shows up on the left in GMail and is available on Android).
When I try to add [email protected] it says "Invitation sent", and (sometimes only, on retrying a few times "Invitation failed to send"). I've seen some posts on the web saying that "Google+ Hangout is no longer based on XMPP", so can the GAE XMPP service not be used for building a chatbot available easily from the GMail IM and Android (anymore) ?
Would using a non-Google XMPP web and Android app work? (Any recommendations?)
Does the (old) "Google Talk" still exist? How do you access it on the web and an Android?
Or a I just doing something wrong in the code? I've used xmpp_message & xmpp_error but NOT xmpp_presence nor xmpp_subscribe, as my understanding of the GAE XMPP service documentation was that it should auto accept invites?