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
I have discussed this with @TimoGlastra and we found it to be a nice-to-have feature.
The flow is as follows:
Aries Framework JavaScript agent adds a mediationConnectionInvite in their agentConfig without specifying the mediationPickupStrategy.
The agent connects with the mediator and queries its features.
When the mediator supports https://didcomm.org/messagepickup/1.0, we could set mediationPickupStrategy to explicit. If it does not support https://didcomm.org/messagepickup/1.0/batch-pickup we could set it to implicit.
I would love to hear some feedback or any other methods that could do the same, but more efficiently.
The text was updated successfully, but these errors were encountered:
berendsliedrecht
changed the title
Detect implicit or explitict meditatio
Detect implicit or explitict mediation pickup strategy
Oct 19, 2021
I have discussed this with @TimoGlastra and we found it to be a nice-to-have feature.
The flow is as follows:
mediationConnectionInvite
in theiragentConfig
without specifying themediationPickupStrategy
.https://didcomm.org/messagepickup/1.0
, we could setmediationPickupStrategy
toexplicit
. If it does not supporthttps://didcomm.org/messagepickup/1.0/batch-pickup
we could set it toimplicit
.I would love to hear some feedback or any other methods that could do the same, but more efficiently.
The text was updated successfully, but these errors were encountered: