On Tue, Nov 10, 2009 at 7:43 PM, Chi-Yao <[email protected]> wrote: > > Hi all: > > I'm really new in this field and I want to set up the IM function in > our service. > Our web service will also be deployed on GAE. > > I would like to confirm whether my concept is correct. > The message could be routed as follows: > > Our Client --> Google talk server --> GAE XMPP service > Does this make sense or can our client directly connect to GAE XMPP > service?
Basically yes, it is like the message is passed to a url called on your server that you can then handle. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
