Skip to content
Snippets Groups Projects
Commit 442dcba4 authored by meejah's avatar meejah
Browse files

pair -> join

parent 23d96c6e
No related branches found
No related tags found
1 merge request!2wormhole-based invite protocol
...@@ -146,7 +146,7 @@ We currently assume both devices already have access to the same Grid. ...@@ -146,7 +146,7 @@ We currently assume both devices already have access to the same Grid.
How they obtained such access or configuration is outside the scope of this protocol. How they obtained such access or configuration is outside the scope of this protocol.
The pairing protocol has two parts: establishing a communication channel, and actually pairing folders. The protocol has two parts: establishing a communication channel, and actually joining folders.
We separate this explicitly because we expect that future revisions will add more messages that can re-use the existing communication channel. We separate this explicitly because we expect that future revisions will add more messages that can re-use the existing communication channel.
## Part One: Establish Communications ## Part One: Establish Communications
...@@ -176,7 +176,7 @@ We do _not_ use the "Transit" portion of Magic Wormhole: all communications are ...@@ -176,7 +176,7 @@ We do _not_ use the "Transit" portion of Magic Wormhole: all communications are
- TODO: do we put something about this pairing protocol in versions? - TODO: do we put something about this pairing protocol in versions?
## Part Two: Pair a Folder ## Part Two: Join a Folder
Once communications are established, we're ready to send and receive Private Storage specific messages via the mailbox. Once communications are established, we're ready to send and receive Private Storage specific messages via the mailbox.
All such messages are JSON encoded. All such messages are JSON encoded.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment