You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
For one-to-one agent communication, protocol code shouldn't need to include code for retrieving destination parameters when sending messages, and shouldn't need to decipher the identity of a sender when receiving messages. Instead, the outbound dispatcher or helper functions should retrieve destination parameters given a DID, and inbound transport should provide the sender's DID, so protocols can operate solely using DIDs if they don't need more customized functionality.
The text was updated successfully, but these errors were encountered:
We could also return the connection ID when we unpack - if we have a way to look up the connection record using the key from the other agent (who sent the message to you).
Moopli
changed the title
Use connection ID/record as parameter to Outbound/Packager
Allow DIDComm protocols to use DIDs to identify agents sending/receiving messages
Dec 4, 2019
For one-to-one agent communication, protocol code shouldn't need to include code for retrieving destination parameters when sending messages, and shouldn't need to decipher the identity of a sender when receiving messages. Instead, the outbound dispatcher or helper functions should retrieve destination parameters given a DID, and inbound transport should provide the sender's DID, so protocols can operate solely using DIDs if they don't need more customized functionality.
The text was updated successfully, but these errors were encountered: