Page MenuHomePhabricator

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

Authored by kamil on Fri, Jun 28, 5:41 AM.
Tags
None
Referenced Files
F2169569: D12615.diff
Tue, Jul 2, 12:08 PM
Unknown Object (File)
Sat, Jun 29, 12:47 AM
Unknown Object (File)
Sat, Jun 29, 12:47 AM
Unknown Object (File)
Sat, Jun 29, 12:46 AM
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
Branch
apns-tb
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Fri, Jun 28, 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.Tue, Jul 2, 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.