From 251d8b643d1d7cb70289f679d3cc5c072dd8db08 Mon Sep 17 00:00:00 2001 From: Ankita Sahu <71656941+SAHU-01@users.noreply.github.com> Date: Sun, 28 May 2023 19:15:25 +0530 Subject: [PATCH] Removed MAY keyword in local echo Reference to MAY keyword in local echo section removed --- content/client-server-api/modules/instant_messaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/instant_messaging.md b/content/client-server-api/modules/instant_messaging.md index 5fcf379f..3250292a 100644 --- a/content/client-server-api/modules/instant_messaging.md +++ b/content/client-server-api/modules/instant_messaging.md @@ -135,7 +135,7 @@ between rooms. Messages SHOULD appear immediately in the message view when a user presses the "send" button. This should occur even if the message is still sending. This is referred to as "local echo". Clients SHOULD -implement "local echo" of messages. Clients MAY display messages in a +implement "local echo" of messages. Clients might display messages in a different format to indicate that the server has not processed the message. This format should be removed when the server responds.