diff --git a/services/tunnelbroker/src/notifs/apns/response.rs b/services/tunnelbroker/src/notifs/apns/response.rs --- a/services/tunnelbroker/src/notifs/apns/response.rs +++ b/services/tunnelbroker/src/notifs/apns/response.rs @@ -93,6 +93,9 @@ /// The request method was not `POST`. MethodNotAllowed, + /// The device token has expired. + ExpiredToken, + /// The device token is inactive for the specified topic. Unregistered,