update readme (#106)

Added clarification that you are able to create multiple invitations by entering /connect multiple times without invalidating the previously created invitations.
This commit is contained in:
Vsevolod Mineev 2021-09-26 15:48:52 +01:00 committed by GitHub
parent 62a8ac4b21
commit 883887c569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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::<server>::<queue_id>::<rsa_public_key_for_this_queue_only>`. 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 <invitation>` to accept the connection. This establishes the connection, and both parties are notified.