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.

I don't think you can connect to CCS using the XMPP api you pointed out, 
but not 100% sure.

On Wednesday, August 14, 2013 2:13:33 PM UTC-7, Vinny P wrote:
>
>
> I took the first shot at implementing the new GCM CCS server on GAE using 
>> the Smack library for XMPP. Here is more documentation - 
>> https://developer.android.com/google/gcm/ccs.html
>>  
>>
> However my question is, do we need to implement XMPP client library from 
>> scratch? Or has anybody used a XMPP client library on GAE server 
>> successfully? 
>>
>>  
> Are you trying to implement a server or a client? A client is easy, but 
> you can't implement a XMPP server  on GAE since the Sockets API only does 
> outgoing sockets, not inbound. 
>  
> Smack is not intended to be used in servers, it's an XMPP client. 
>
> On Wed, Aug 14, 2013 at 4:00 PM, amits wrote:
>
>>
>> However my question is, do we need to implement XMPP client library from 
>> scratch? Or has anybody used a XMPP client library on GAE server 
>> successfully? 
>>
>>  
>  
> There is already an implementation of an XMPP client on GAE: 
> https://developers.google.com/appengine/docs/java/xmpp/
>  
>  
> -----------------
> -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