From 883887c5694b54d4d83cc8d23fbe4d2bd65dbc91 Mon Sep 17 00:00:00 2001 From: Vsevolod Mineev Date: Sun, 26 Sep 2021 15:48:52 +0100 Subject: [PATCH] update readme (#106) Added clarification that you are able to create multiple invitations by entering /connect multiple times without invalidating the previously created invitations. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a9fa6d997..3cce18d85 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,8 @@ This diagram shows how to connect and message a contact: Once you've set up your local profile, enter `/c` (for `/connect`) to create a new connection and generate an invitation. Send this invitation to your contact via any other channel. +You are able to create multiple invitations by entering `/connect` multiple times and sending these invitations to the corresponding contacts you'd like to connect with. + The invitation has the format `smp::::::`. The invitation can only be used once and even if this is intercepted, the attacker would not be able to use it to send you the messages via this queue once your contact confirms that the connection is established. The contact who received the invitation should enter `/c ` to accept the connection. This establishes the connection, and both parties are notified.