From 42316c9e7e14865113a936a609479192f55429c1 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Thu, 9 Apr 2026 15:35:41 +0200 Subject: [PATCH] make more explicit that messageEnvelop will get encrypted --- 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 1e500e9..1655867 100644 --- a/standards/application/reliable-channel-api.md +++ b/standards/application/reliable-channel-api.md @@ -173,7 +173,7 @@ types: default: "" description: "Reliable channel identifier. If empty, the message is considered ephemeral and is not sent reliably. - If != empty, the message will be segmented, SDS'ed and encrypted under the given reliable channel." + If != empty, the messageEnvelope will be segmented, SDS'ed and encrypted under the given reliable channel." ReliableChannel: type: object