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

Using the json format #5

Closed leobragatti closed 11 years ago

leobragatti commented 11 years ago

Using the json format to send one message to various devices

bogdal commented 11 years ago

Thanks for that. Please feel free to replace previous method send_gcm_message. There is no need to maintain both methods.

Cheers