vcxagencynode icon indicating copy to clipboard operation
vcxagencynode copied to clipboard

Handle both legacy and current @type values in forward messages

Open mirgee opened this issue 4 years ago • 0 comments

Currently, agency expects and uses legacy @type attribute for forward messages:

did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/routing/1.0/forward

However, as per aries spec (see here), a different value should be used for the attribute:

https://didcomm.org/routing/1.0/forward

Agency should support both formats for some time in order to remain backwards compatible.

Analogous change was already implemented in aries-vcx (see here).

mirgee avatar Sep 01 '21 09:09 mirgee