diff --git a/design/agent-commands.md b/design/agent-commands.md index 43fca6285..01b9bdb66 100644 --- a/design/agent-commands.md +++ b/design/agent-commands.md @@ -58,6 +58,8 @@ Here and further recipient is referred to the side that initiates the connection #### `create` +🚧 **To be fixed according to agent2.gv** + Requests recipient SMP server to create a new SMP queue. Is made by the [recipient](#Recipient-and-sender-terminology). @@ -87,6 +89,8 @@ Is made by the [recipient](#Recipient-and-sender-terminology). #### `join` +🚧 **To be fixed according to agent2.gv** + Replies via out-of-band invitation with sender's key and profile. Is made by the [sender](#Recipient-and-sender-terminology). @@ -98,6 +102,8 @@ Is made by the [sender](#Recipient-and-sender-terminology). #### `accept` +🚧 **To be fixed according to agent2.gv** + Secures SMP queue with sender's key. Is made by the [recipient](#Recipient-and-sender-terminology).