aries-cloudagent-python icon indicating copy to clipboard operation
aries-cloudagent-python copied to clipboard

use and accept updated media types

Open troyronda opened this issue 4 years ago • 5 comments

AcaPy should be using the Aries RFC media types rather than application/ssi-agent-wire.

troyronda avatar Mar 21 '21 10:03 troyronda

Agreed, and I believe we've added that. But for backwards compatibility, both need to be accepted.

@andrewwhitehead can you provide a status on this?

swcurran avatar Mar 21 '21 15:03 swcurran

A priority for accomplishing AIP 2.0 Interop with Aries Framework Go.

swcurran avatar Mar 25 '21 17:03 swcurran

At the moment we don't support this, but for testing it could be enabled under the same flag that turns on the new message types for outgoing requests.

andrewwhitehead avatar Mar 25 '21 17:03 andrewwhitehead

What is the work and who should do it? Is this something you should do, or perhaps @shaangill025 ?

Presumably, in receiving messages, we could handle 0 or more values. We can also send them out, but I'm guessing we don't know what those receiving our messages would do. Correct?

swcurran avatar Mar 25 '21 18:03 swcurran

On receiving we don't enforce the media type. I can do a quick pass today along with the did:peer changes for testing.

andrewwhitehead avatar Mar 25 '21 19:03 andrewwhitehead

Completed

swcurran avatar Nov 16 '23 22:11 swcurran