The OOB's example in OOBPresentationInvitatio seems wrong
The OOB's example in OOBPresentationInvitatio doesn't seem align with the would be produce
https://github.com/hyperledger/identus-cloud-agent/blob/75b2736b71739be7c57c582f64b6845da9a6bd8c/cloud-agent/service/server/src/main/scala/org/hyperledger/identus/presentproof/controller/http/OOBPresentationInvitation.scala#L61
The json looks like
{
"@id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"@type": "https://didcomm.org/my-family/1.0/my-message-type",
"did": "WgWxqztrNooG92RXvxSTWv",
"imageUrl": "http://192.168.56.101/img/logo.jpg",
"label": "Bob",
"recipientKeys": [
"H3C2AVvLMv6gmMNam3uVAjZpfkcJCwDwnZn6z3wXmqPV"
],
"routingKeys": [
"H3C2AVvLMv6gmMNam3uVAjZpfkcJCwDwnZn6z3wXmqPV"
],
"serviceEndpoint": "http://192.168.56.101:8020"
}
cc @mineme0110
@FabioPinheiro that is old json DIDCOM v1 spec https://identity.foundation/didcomm-messaging/spec/ I think I will update the example encoded
FIX in this PR https://github.com/hyperledger/identus-cloud-agent/pull/1313
I will close and archive the issue. Thank you, @mineme0110 and @FabioPinheiro!