On Wed, Aug 14, 2013 at 6:48 PM, amits <[email protected]> wrote:

> Thanks Vinny for your reply.
> I want to implement a XMPP client on GAE which connects to Google's Cloud
> Connection Server (CCS) based on this documentation -
> https://developer.android.com/google/gcm/ccs.html (see the Java Sample
> using the Smack library). This client needs to maintain a bi-directional,
> asynchronous persistent connection with CCS server.
>
> I am unable to execute a smack xmpp client because of GAE's sandbox
> restrictions.
>


There's no way to get around the sandbox restrictions.

If you need to run the smack xmpp library the best way is to get a Compute
Engine machine ( https://cloud.google.com/products/compute-engine ), run
the XMPP client on that, and then run the rest of your application on App
Engine. You can communicate to the Compute Engine machine via http
requests.

You can also try using Compute Engine backends:
https://groups.google.com/forum/#!topic/google-appengine/gRZNqlQPKys

-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to