Hi Justin,
To use App Engine's XMPP service, you'll have to have an app
deployed on App Engine. App Engine apps handle XMPP messages just
like they handle HTTP requests. Perhaps you can write yourself a
service that runs on App Engine to handle the XMPP portion of your
app, you'll have to decide if the added complexity is worth it. You
should read the docs if you want to know more about it.
http://code.google.com/appengine/docs/python/xmpp/
Robert
On Wed, Apr 6, 2011 at 19:07, Justin <[email protected]> wrote:
> I'm interested in using the XMPP Service for app to app
> communication. The main application will not be built on Google App
> Engine. Can the XMPP Service be used on its own without using the
> rest of App Engine?
>
> How many users can the XMPP Service support?
>
> Basically I'm looking for a hosted XMPP Service that can scale to
> support 100,000s to millions of users. I'm assuming that the Google
> XMPP services can support this as they are supporting massive scale
> for GoogleTalk ,etc. Is this support / scale available for third
> party applications?
>
> thanks,
> -J
>
> --
> 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.