This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 8b8d5de3976239fbaf3642d3cf91d6254b96a5c6 Author: Benoit TELLIER <[email protected]> AuthorDate: Mon Oct 18 16:44:51 2021 +0700 [ADR] Fix typos for JMAP web PUSH Co-authored-by: Rene Cordier <[email protected]> --- src/adr/0050-jmap-web-push.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adr/0050-jmap-web-push.md b/src/adr/0050-jmap-web-push.md index f8b9372..ec5a606 100644 --- a/src/adr/0050-jmap-web-push.md +++ b/src/adr/0050-jmap-web-push.md @@ -47,7 +47,7 @@ We also decided to allow a single push subscription per devideId (which includes ## Consequences -The notification traffic transit by some third party infrastructure which can both be a security and privacy risk. +The notification traffic transits by some third party infrastructure which can both be a security and privacy risk. [RFC-8291](https://datatracker.ietf.org/doc/html/rfc8291) `Message Encryption for Web Push` introduces encryption for web push messages and is integrated to JMAP web push mechanisms. This SHOULD be implemented. `google/tink` library provides utilities to easily do this. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
