Page MenuHomePhabricator

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

Authored by kamil on Fri, Jun 28, 5:41 AM.
Tags
None
Referenced Files
F2191376: D12615.id41793.diff
Thu, Jul 4, 3:20 PM
F2188440: D12615.diff
Thu, Jul 4, 9:17 AM
F2181184: D12615.diff
Wed, Jul 3, 5:12 PM
Unknown Object (File)
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.