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

Allow public gateway providers to communicate with end users #75

Open
gnarea opened this issue Jan 5, 2021 · 0 comments
Open

Allow public gateway providers to communicate with end users #75

gnarea opened this issue Jan 5, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@gnarea
Copy link
Member

gnarea commented Jan 5, 2021

Executive summary

A public gateway provider like Relaycorp may need to contact all or some users. For example, if the provider is changing the T&Cs, they'll want to tell all users about it. Or if law enforcement has requested information on a private gateway, we'll want to notify the user of that private gateway.

Potential solutions

Option A: Augment the Gateway Synchronisation Protocol (e.g., PoWeb)

To support one-way messages from the public gateway to the private gateway.

Option B: Implement a new Relaynet Service Protocol for the communication between a private gateway and its public gateway

Requiring each gateway have an internal endpoint which is solely used to communicate with its peer. That way:

Option C: Keep it outside the protocol suite

And just let the private gateway issue a bearer token to allow the user to use other means (e.g., Letro, email) to communicate with the public gateway provider.

@gnarea gnarea added the enhancement New feature or request label Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant