-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
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
use and accept updated media types #1044
Comments
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? |
A priority for accomplishing AIP 2.0 Interop with Aries Framework Go. |
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. |
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? |
On receiving we don't enforce the media type. I can do a quick pass today along with the did:peer changes for testing. |
Completed |
AcaPy should be using the Aries RFC media types rather than
application/ssi-agent-wire
.The text was updated successfully, but these errors were encountered: