From 4d9de1d746747a48f06cad99b185d796bbe6aab6 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Fri, 22 May 2026 15:43:16 -0700 Subject: [PATCH] Update DS requirements --- standards/application/chat-framework.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/standards/application/chat-framework.md b/standards/application/chat-framework.md index 5f9b187..c077fbd 100644 --- a/standards/application/chat-framework.md +++ b/standards/application/chat-framework.md @@ -46,8 +46,10 @@ A Delivery Service (DS) is the service or method that distributes payloads to cl - A DS MUST provide a method for clients to subscribe to messages from a delivery_address - Payloads sent to a delivery_address are delivered by a DS to all subscribers of that delivery_address +- A DS SHOULD handle segmentation if the underling transport limits message sizes - A DS MAY NOT guarantee message delivery - A DS MAY NOT guarantee message ordering +- A DS MAY reject payloads ### Framing Strategy