Page MenuHomePhabricator

[Tunnelbroker][lib] add APNs notif message type
ClosedPublic

Authored by kamil on Jun 28 2024, 5:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 7, 6:47 PM
Unknown Object (File)
Thu, Sep 5, 6:07 PM
Unknown Object (File)
Sep 3 2024, 7:11 PM
Unknown Object (File)
Sep 3 2024, 7:11 PM
Unknown Object (File)
Sep 3 2024, 7:10 PM
Unknown Object (File)
Sep 3 2024, 7:09 PM
Unknown Object (File)
Aug 3 2024, 3:22 PM
Unknown Object (File)
Aug 3 2024, 3:22 PM
Subscribers

Details

Summary

Message send from client to send notif using APNs.

As a response to that message using MessageToDeviceRequestStatus which is exactly what we need - follow-up task to rename this to something more generic (ENG-8609).

Depends on D12614

Test Plan

Tested in D12617.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Jun 28 2024, 6:33 AM
kamil edited the summary of this revision. (Show Details)

Are any validator changes necessary here?

This revision is now accepted and ready to land.Jul 2 2024, 2:10 AM

Are any validator changes necessary here?

No, this is a message from the device to Tunnelbroker only so validation is handled on the Rust side by serde. This could be confusing, some additional context in point 5 in ENG-8621.