Skip to content
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

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

Closed
llorllale opened this issue Aug 31, 2020 · 3 comments · Fixed by #102
Closed

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

llorllale opened this issue Aug 31, 2020 · 3 comments · Fixed by #102

Comments

@llorllale
Copy link
Contributor

llorllale commented Aug 31, 2020

(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
Copy link
Collaborator

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
Copy link
Contributor Author

@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
Copy link
Contributor Author

Submitted PR #102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants