On Wed, Aug 14, 2013 at 4:00 PM, Amit Sangani <[email protected]>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, Amit Sangani <[email protected]>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