From 10ff3a31232d814ca5ba8ec33a697157331326fa Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Sun, 30 Nov 2025 23:56:15 -0800 Subject: [PATCH] Update informational/chatdefs.md Co-authored-by: kaichao --- informational/chatdefs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/informational/chatdefs.md b/informational/chatdefs.md index 888333b..e80f2c7 100644 --- a/informational/chatdefs.md +++ b/informational/chatdefs.md @@ -68,7 +68,7 @@ Other specific message types include: ### Transports -**Out-of-Band**: The transfer of information using a channel separate from the defined protocol channel. Data sent Out-of-Band is transmitted using an undefined mechanism. This is used when protocols requires information to be shared with another entity, but it does not describe how that should occur. The responsibility to define how this occurs is the implementer or other protocols in the suite. +**Out-of-Band**: The transfer of information using a channel separate from the defined chat protocol. Data sent Out-of-Band is transmitted using an undefined mechanism. This is used when protocols requires information to be shared with another entity, but it does not describe how that should occur. The responsibility to define how this occurs is the implementer or other protocols in the suite. ### Software Entities