mozilla-services / autopush-rs

Push Server in Rust
Mozilla Public License 2.0
199 stars 16 forks source link

Add router for Windows (Push) Notification Services (WNS) #775

Open ncalexan opened 1 month ago

ncalexan commented 1 month ago

WNS is a push last mile delivery for modern Windows devices (at least Windows 10+). The best overview I've found is at https://github.com/microsoft/WindowsAppSDK/blob/main/specs/PushNotifications/PushNotifications-spec.md. Some of the details are laid out in https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/notifications/push-notifications/push-quickstart, which I've successfully followed.

┆Issue is synchronized with this Jira Task