From d8e2b580d7569e2a3d6d775515582be898ee265f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 10 Aug 2024 21:52:06 +0200 Subject: Chatroom members and join/leave commands --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ac262d9..9535aab 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,17 @@ are signed, so message author can not be forged. : Create public unmoderated chatroom. Room name can be passed as command argument or entered interactively. +`/members` +: List members of the chatroom – usesers who sent any message or joined via the +`join` command. + +`/join` +: Join chatroom without sending text message. + +`/leave` +: Leave the chatroom. User will no longer be listed as a member and erebos tool + will no longer collect message of this chatroom. + ### Add contacts To ensure the identity of the contact and prevent man-in-the-middle attack, -- cgit v1.2.3