On Sun, Feb 13, 2011 at 5:09 PM, Peter Petrov <[email protected]> wrote: > This has the drawback that the user must have a Google Account in order to > connect to GTalk. Unfortunately GTalk does not support e.g. SASL ANONYMOUS > logins.
I'm wrestling with this same problem. Another solution is to allow OAuth logins to a specific JID resource on Gtalk. Gtalk solves a lot of my problems but there is no way to access with exposing a full Google login. Alternatively I could have them log into Twitter which supports OAuth. But then I don't know a reliable way of sending directed Twitter messages out from GAE. > It would be perfect if the Channel API exposed directly its lower-level XMPP > layer. Something like allowing the user to connect via XMPP as > channel_id@app_id.appspotchannel.com using the channel_token as password. > > On Sun, Feb 13, 2011 at 11:26 PM, Michael Davidson <[email protected]> > wrote: >> >> Another option would be to make an XMPP connection to Google Talk from >> your app (there are XMPP libraries available for many languages), and >> use the XMPP API to send messages to the client. >> >> Michael >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- Jon Smirl [email protected] -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
