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

Add support for currently unsupported message options #101

Closed hypesystem closed 9 years ago

hypesystem commented 9 years ago

According to the Server Reference, there are options we do not currently support:

ToothlessGear commented 9 years ago

restricted_package_name should be easy to add, however delivery_receipt_requested is for XMPP as per Server Reference, so we'll have to hold back on this one.

hypesystem commented 9 years ago

Ah! I missed that. You are right.