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

Support protocol discover-features #149

Closed
FabioPinheiro opened this issue Oct 24, 2023 · 2 comments
Closed

Support protocol discover-features #149

FabioPinheiro opened this issue Oct 24, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@FabioPinheiro
Copy link
Contributor

Add support for the protocol discover-features 2.0

https://didcomm.org/discover-features/2.0/

The specification can be found at here

Value brief

  • Show users what services/protocols are supported.
  • Applications can automatically adapt the intention to the protocols that are supported.

Implementation notes

The Mediator should replay to messages of the type https://didcomm.org/discover-features/2.0/queries with messages of the type https://didcomm.org/discover-features/2.0/disclose.

Since there is no reason for the Mediator to hide what protocols are supported.
The disclose MUST include all the support protocols (except itself?).

We should use it encrypted message since this is what is expected by most applications at the moment.
But would be nice to have a signed message that can be exposed on the web page.

@FabioPinheiro
Copy link
Contributor Author

The work here is done.
Would also be nice to add to the mediator test suite.

@FabioPinheiro
Copy link
Contributor Author

FabioPinheiro commented Nov 7, 2023

fyi I created a ticket on the Mediator test suite for that.
input-output-hk/didcomm-v2-mediator-test-suite#9

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