ToothlessGear / node-gcm

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging
https://github.com/ToothlessGear/node-gcm
Other
1.31k stars 206 forks source link

Update to support new params in gcm #141

Closed hypesystem closed 9 years ago

hypesystem commented 9 years ago

This PR adds support for the last few parameters that we did not yet support (fixes #136, fixes #101):

Additionally this PR changes the internal workings of Sender, so if only a single registration id is given, it will go into the to field. Fixes #107. Fixes #134.

This allows for use-cases such as Topic Messaging and Group Messaging (mentioned in #134).