We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In https://identity.foundation/didcomm-messaging/spec/#protocol-identifier-uri:
The version numbers embedded in PIURIs and MTURIs MUST follow familiar semver rules
Do we really want this? Probably yes. But, this implies two more characters on the message size of what we have now.
Is composed by three numbers MAJOR.MINOR.PATCH and we are only using two in https://didcomm.org/.
MAJOR.MINOR.PATCH
The text was updated successfully, but these errors were encountered:
This is clarified in https://identity.foundation/didcomm-messaging/spec/#semver-rules But we maybe should adda link to the part you mentioned for clarity?
Sorry, something went wrong.
No branches or pull requests
In https://identity.foundation/didcomm-messaging/spec/#protocol-identifier-uri:
Do we really want this?
Probably yes. But, this implies two more characters on the message size of what we have now.
Is composed by three numbers
MAJOR.MINOR.PATCH
and we are only using two in https://didcomm.org/.The text was updated successfully, but these errors were encountered: