> > > How and when do recipients get those messages? Do they need to be > logged into a 3rd party chat service to receive those messages? >
Logging onto your app and receiving messages from it are totally independent. Your app will send an XMPP Invite to the recipient, which the recipient must accept. After that he will receive messages from your app in exactly the same way as if they originated from a person. That is, he can receive them in gmail, in a gtalk widget, the gtalk app for windows, any other XMPP client such as Pidgin. > Example, through my web app, I allow users to send XMPP messages to > [email protected]. Can Bob only get those messages if he logs into gmail? > Or is there a way for my app to directly be notified of their arrival > and display them? (I would guess no as that would require some client- > side polling or long-lived connection to work). > > Thanks > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
