Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite ACK to accept 200 or 404 delivery #128

Open
willyaranda opened this issue Nov 30, 2012 · 3 comments
Open

Rewrite ACK to accept 200 or 404 delivery #128

willyaranda opened this issue Nov 30, 2012 · 3 comments

Comments

@willyaranda
Copy link
Contributor

For example, if a notification is sent to a device and the device couldn't deliver to the application (because it had been uninstalled), the UA shall inform the NS with a 404 to remove it from the DB and avoid future notifications to it.

@frsela
Copy link

frsela commented Dec 4, 2012

You mean the registerUA ACK?
This is the one to known about if the UA was registered before the command?

@willyaranda
Copy link
Contributor Author

No, on message ACK, gecko should say if the delivery is correct or not. 200 if OK (implicit) and 404 if the delivery failed, i.e. the app has been uninstalled but not unregistered.

@frsela
Copy link

frsela commented Dec 4, 2012

Oh! that's true ... sorry :p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants