openwallet-foundation/credo-ts

Support for HTTP-over-DIDComm

Opened this issue · 1 comments

Just checking to see if AFJ currently supports this RFC at all or if it could:
https://github.com/hyperledger/aries-rfcs/tree/main/features/0335-http-over-didcomm

We (BC Wallet team) are looking at using it for app attestation background communication between the wallet and a controller. Currently the messages are being sent via BasicMessage but it's a little ugly that way and we have been searching for another approach. The above RFC was suggested by Stephen Curran
If it's not currently available in AFJ the BC Wallet team is happy to take it on with a bit of guidance.

This protocol is not currently supported in AFJ, but I think it should be quite straightforward to implement it.

You can look at the sample module in the samples directory on how to implement a protocol. It can either be hosted in this repo, you can create a custom repo for it, or we add it to the extensions repo