bogdal / django-gcm

Google Cloud Messaging Server in Django
https://django-gcm.readthedocs.org
BSD 2-Clause "Simplified" License
98 stars 42 forks source link

Support for Google's XMPP based Cloud Connection Server (CCS) #28

Open abhilash-alex opened 9 years ago

abhilash-alex commented 9 years ago

Are there plans to support Google Cloud Messaging (GCM) Cloud Connection Server (CCS) as well?? Its XMPP based instead of HTTP. It has many advantages over sending messages via HTTP.

We already use this library in our app but after facing reliability/consistency issues with GCM, we're looking into an XMPP based solution.

bogdal commented 9 years ago

Sounds interesting. Thanks for pointing this, will look into it.

abhilash-alex commented 9 years ago

I would be interesting in helping out if needed.