hyperledger / aries-vcx

aries-vcx is set of crates to work with DIDs, DID Documents, DIDComm, Verifiable Credentials and Hyperledger Aries.
https://didcomm.org
Apache License 2.0
125 stars 83 forks source link

AATH: OOB #678

Open Patrik-Stas opened 1 year ago

Patrik-Stas commented 1 year ago
mirgee commented 1 year ago

Work on this was postponed as AATH OOB test cases (excluding DID Exchange tests) rely on connectionless exchange outlined in RFC0496 (where RFC0056 is also relevant), which is currently not implemented in aries-vcx.

bobozaur commented 1 year ago

This should get resolved with the messages crate refactor -> the OOB invitation message should encapsulate any JSON value in the attachment, including an AriesMessage. Maybe the question remains on how to determine that the attachment should be deserialized to a message.