rm SHOULD use comment from abstract

This commit is contained in:
Ivan FB 2026-04-08 15:54:43 +02:00
parent 27fef43f95
commit b44c2a5c27
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -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