diff --git a/standards/application/reliable-channel-api.md b/standards/application/reliable-channel-api.md index c200f11..034cd4a 100644 --- a/standards/application/reliable-channel-api.md +++ b/standards/application/reliable-channel-api.md @@ -46,7 +46,6 @@ an application-level interface that sits between the Logos Chat and the [MESSAGI It bundles segmentation, end-to-end reliability via [Scalable Data Sync (SDS)](https://lip.logos.co/ift-ts/raw/sds.html), rate limit management, and a pluggable encryption hook into a single interface for sending and receiving messages reliably. -Application developers SHOULD use this API when end-to-end reliability across multiple routing hops is required. ## Motivation