From c3daa9d127fa4123cb1d1469ffcb35f20d074dd6 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Tue, 31 Mar 2026 21:28:14 +0200 Subject: [PATCH] rm line to avoid confusion --- standards/application/reliable-channel-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/application/reliable-channel-api.md b/standards/application/reliable-channel-api.md index 5dd8c28..f5c8b29 100644 --- a/standards/application/reliable-channel-api.md +++ b/standards/application/reliable-channel-api.md @@ -313,7 +313,7 @@ The default `memory` backend does not survive process restarts; implementors pro The `encryption` field in `ReliableChannelConfig` is intentionally optional. The Reliable Channel API is agnostic to encryption mechanisms. -Encryption is considered a concern of upper layers (e.g., the Logos Chat). + When an `IEncryption` implementation is provided, it MUST be applied as described in the [Messaging extended definitions](#messaging-extended-definitions). ### Messaging