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

Support Web Push Channel Aggregation #206

Closed
vibgy opened this issue Aug 28, 2016 · 3 comments
Closed

Support Web Push Channel Aggregation #206

vibgy opened this issue Aug 28, 2016 · 3 comments

Comments

@vibgy
Copy link

vibgy commented Aug 28, 2016

Services use pub-sub topics to deliver one-to-many push messages. Wondering if pub-sub topics can be implemented with web-push?

@marco-c
Copy link
Member

marco-c commented Sep 1, 2016

https://tools.ietf.org/html/draft-ietf-webpush-protocol-08#section-5.4

Autopush doesn't support it yet (mozilla-services/autopush#643), I don't know if FCM supports it.

@marco-c
Copy link
Member

marco-c commented Sep 1, 2016

Sorry, I think you meant https://martinthomson.github.io/webpush-aggregate/. It isn't implemented by anyone yet.

@marco-c marco-c changed the title Support for pub-sub topics? Support Web Push Channel Aggregation Sep 1, 2016
@gauntface
Copy link

That webpush-aggragate doc is super old "Expires: April 11, 2015". Topic support isn't an easy task because a single topic message would need to be encrypted for every single topic subscriber.

Best bet would for a library to implement topic utilising this library to perform the encryption and sending.

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

3 participants