decentralized-identity / didcomm-messaging

https://identity.foundation/didcomm-messaging/spec/
Apache License 2.0
168 stars 58 forks source link

How to link a message to a context? (aka "threading") #95

Closed llorllale closed 4 years ago

llorllale commented 4 years ago

(sprung from this comment)

DIDComm v1 standardized the threading decorator and the semantics around it.

I understand the DIDComm JWM profile envelope is the place where this context should be established.

AFAICT, there is no standard way to link an out-of-band invitation to a subsequent message without this.

TelegramSam commented 4 years ago

We have a thread_id provided by JWM as you pointed out. Adding the parent thread would be an excellent mechanism for context association. I know of no conflict in doing so, and it should be an easy PR.

llorllale commented 4 years ago

@TelegramSam I don't see thread_id in the DIDComm JWM Profile although it exists in the I-D. I assume it needs to be added to the DIDComm profile.

llorllale commented 4 years ago

Submitted PR #102