pusher / push-notifications-android

Android SDK for Pusher Beams
https://www.pusher.com/beams
MIT License
21 stars 22 forks source link

Add validation when subscribing to an interest #15

Closed luismfonseca closed 6 years ago

luismfonseca commented 6 years ago

We don't want the client to even attempt to subscribe to interest names we know the server won't accept.

If we change the rules in the server, we just need to update the client afterwards.