didcomm-messaging
didcomm-messaging copied to clipboard
In https://identity.foundation/didcomm-messaging/spec/#protocol-identifier-uri: > The version numbers embedded in PIURIs and MTURIs MUST follow familiar [semver](https://semver.org/) rules Do we really want this? Probably yes. But, this implies two more characters on...
Spec defines [Threads](https://identity.foundation/didcomm-messaging/spec/v2.1/#threads-2), a kind of context of communication, within which members exchange messages, where each member maintains a self-parent chain of his messages (meaning messages of a member form...
In an existing bifold wallet, they leverage the DIDComm protocol for messaging. Now our query is: is it possible for us to create a system that connects 3 or more...
added [here](https://github.com/decentralized-identity/didcomm-messaging/pull/161/files#diff-c5c0402eed64f43e564ca10af231841e7c98642bbee2e461f24d62a933df1601R35) by @TelegramSam merged @tplooker > - `data`: A JSON object that gives access to the actual content of the attachment. Contains the following subfields: > ... > -...
``` messages may have other other attributes ```
In the DID Document the JSON path `service.serviceEndpoint` The examples on this specs are incompatible with the did peer specs ```json { "id": "did:example:123456789abcdefghi#didcomm-1", "type": "DIDCommMessaging", "serviceEndpoint": { "uri": "https://example.com/path",...
The DID Comm specs we can read: `All three DIDComm message formats — plaintext, signed, and encrypted — can be correctly understood as more generic [JWMs (JSON Web Messages)](https://tools.ietf.org/html/draft-looker-jwm-01)` Although...
Currently in the specs, the out-of-band messages are defined as a URI query parameter: `The _oob query parameter is required and is reserved to contain the DIDComm message string.` ```...
Per discussion in WG meeting 2023-12-04, we have decided that it would be appropriate to move both implementations and libraries out of the readme here, and stick them in the...
**Use case** Let's assume Bob have multiple keys of different types. Alice also have multiple keys of different types (let's assume she has keys of same types for simplicity). When...