Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify how invite consumption actually works #33

Closed
staltz opened this issue Mar 22, 2021 · 0 comments · Fixed by #35
Closed

Specify how invite consumption actually works #33

staltz opened this issue Mar 22, 2021 · 0 comments · Fixed by #35
Assignees
Labels
important Should be done soon

Comments

@staltz
Copy link
Member

staltz commented Mar 22, 2021

JSON POST request to inform the SSB ID? (And response is a multiserver address?)

  1. HTTP GET: User visits invite web endpoint
  2. SSB URI: App consumes SSB URI containing the room URL for the POST request
  3. HTTP POST: App makes POST request to inform its SSB ID, receives room's multiserver address
  4. MUXRPC: App connects to the room via multiserver address

Or muxrpc:

  1. HTTP GET: User visits invite web endpoint
  2. SSB URI: App consumes SSB URI containing the multiserver address
  3. MUXRPC: App connects to the room via multiserver address
  4. MUXRPC: App calls a muxrpc on the room to claim the invite
@staltz staltz added the important Should be done soon label Mar 22, 2021
@staltz staltz self-assigned this Mar 22, 2021
@staltz staltz linked a pull request Mar 23, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
important Should be done soon
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant