web-push-libs / webpush-java

Web Push library for Java
MIT License
318 stars 112 forks source link

Adding support for push notification topics #103

Closed jamie-nxtgencare closed 4 years ago

jamie-nxtgencare commented 4 years ago

See push notification specification for topics:

https://tools.ietf.org/html/rfc8030#section-5.4

This allows push notifications in the push notification service side to overwrite undelivered messages with updates instead of pushing out outdated messages when a push notification subscriber becomes available.

martijndwars commented 4 years ago

Looks good to me. Thanks!