Closed
Bug 1157696
Opened 10 years ago
Closed 8 years ago
Extract UDP wake-up into a separate module
Categories
(Core :: DOM: Notifications, defect)
Core
DOM: Notifications
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: lina, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
TEF has a wake-up service that allows a remote server to wake up a device by sending a UDP packet (https://github.com/telefonicaid/wakeup_platform). This is currently implemented via a custom WebSocket close code in `PushService.jsm`, but we should extract this into a separate module that can be used by the existing `PushService.jsm` and the new Web Push client.
The corresponding Web Push server work is in progress here: https://github.com/kitcambridge/node-webpush-server/pull/9
The production wake-up service uses TLS client authentication, so TEF will eventually need to provide keys for us to use.
Reporter | ||
Comment 1•9 years ago
|
||
Initial sketch; will adjust as bug 1150812 progresses.
Reporter | ||
Updated•9 years ago
|
Assignee: kcambridge → nobody
Reporter | ||
Comment 2•9 years ago
|
||
This is on our list of tasks for Q3. Here's the corresponding server issue: https://github.com/mozilla-services/autopush/issues/106
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•