Skip to content
Snippets Groups Projects
Commit 79e7115c authored by meejah's avatar meejah
Browse files

appid

parent 2b70a3a8
No related branches found
No related tags found
1 merge request!2wormhole-based invite protocol
...@@ -164,7 +164,7 @@ We do _not_ use the "Transit" portion of Magic Wormhole: all communications are ...@@ -164,7 +164,7 @@ We do _not_ use the "Transit" portion of Magic Wormhole: all communications are
- the code is encoded in a QR code using a variation of a "wormhole URI" - the code is encoded in a QR code using a variation of a "wormhole URI"
- "Wormhole URIs" are currently specified for file-transfer: https://github.com/magic-wormhole/magic-wormhole-protocols/blob/main/uri-scheme.md - "Wormhole URIs" are currently specified for file-transfer: https://github.com/magic-wormhole/magic-wormhole-protocols/blob/main/uri-scheme.md
- our scheme doesn't use file-transfer (it is a custom protocol) so we need a different scheme (likely with some overlap to the above) - our scheme doesn't use file-transfer (it is a custom protocol) so we need a different scheme (likely with some overlap to the above)
- something like `ps-pair:4-hurricane-equipment` with defaults for AppID (`private.storage/pairing`), version (`0`), and rendezvous (`mailbox.mw.leastauthority.com`) - something like `ps-pair:4-hurricane-equipment` with defaults for AppID (`private.storage/magic-folder/invites`), version (`0`), and rendezvous (`mailbox.mw.leastauthority.com`)
- that is, the QR code encodes the bytes: `ps-pair:4-hurricane-equipment` - that is, the QR code encodes the bytes: `ps-pair:4-hurricane-equipment`
- we _could_ include query-type arguments for the other parts (similar to file-transfer) if we need - we _could_ include query-type arguments for the other parts (similar to file-transfer) if we need
- (our application could register as the handler for `ps-pair:` URIs). - (our application could register as the handler for `ps-pair:` URIs).
......
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