From a302b601eacfde852ad4209de80a7f3cd07abd58 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Mon, 21 Aug 2023 17:41:30 +0100 Subject: [PATCH] docs: comment in the protocol doc --- protocol/simplex-messaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/simplex-messaging.md b/protocol/simplex-messaging.md index 1c53fe557..77a0c0621 100644 --- a/protocol/simplex-messaging.md +++ b/protocol/simplex-messaging.md @@ -347,7 +347,7 @@ Simplex messaging server implementations MUST NOT create, store or send to any o - Snapshots of the database they use to store queues and messages (instead simplex messaging clients must manage redundancy by using more than one simplex messaging server). In-memory persistence is recommended. -- Any other information that may compromise privacy or [forward secrecy][4] of communication between clients using simplex messaging servers. +- Any other information that may compromise privacy or [forward secrecy][4] of communication between clients using simplex messaging servers (the servers cannot compromise forward secrecy of any application layer protocol, such as double ratchet). ## Message delivery notifications