diff --git a/site/content/protocols/mediator-coordination/2.0/readme.md b/site/content/protocols/mediator-coordination/2.0/readme.md index 32f6fa7e..1de2934d 100644 --- a/site/content/protocols/mediator-coordination/2.0/readme.md +++ b/site/content/protocols/mediator-coordination/2.0/readme.md @@ -104,7 +104,9 @@ Message Type URI: `https://didcomm.org/coordinate-mediation/2.0/mediate-grant` ``` where: -- `routing_did`: DID of the mediator where forwarded messages should be sent. The `recipient` may use this DID as an enpoint as explained in [Using a DID as an endpoint](https://identity.foundation/didcomm-messaging/spec/#using-a-did-as-an-endpoint) section of the specification. +- `routing_did`: DID of the mediator where forwarded messages should be sent. The `recipient` may use this DID as an enpoint as explained in [Using a DID as an endpoint](https://identity.foundation/didcomm-messaging/spec/#using-a-did-as-an-endpoint) section of the specification. + +**NOTE**: After receiving a `mediate-grant` message the `recipient` should update his `recipient_did` with a `keylist-update` message and add DIDs. In order for the `mediator` to start accepting Forward Message for those DIDs. ### Keylist Update Used to notify the `mediator` of keys in use by the `recipient`. diff --git a/site/content/protocols/mediator-coordination/3.0/readme.md b/site/content/protocols/mediator-coordination/3.0/readme.md index 8aeef3da..238e66a5 100644 --- a/site/content/protocols/mediator-coordination/3.0/readme.md +++ b/site/content/protocols/mediator-coordination/3.0/readme.md @@ -104,7 +104,9 @@ Message Type URI: `https://didcomm.org/coordinate-mediation/3.0/mediate-grant` ``` where: -- `routing_did`: DID of the mediator where forwarded messages should be sent. The `recipient` may use this DID as an enpoint as explained in [Using a DID as an endpoint](https://identity.foundation/didcomm-messaging/spec/#using-a-did-as-an-endpoint) section of the specification. +- `routing_did`: DID of the mediator where forwarded messages should be sent. The `recipient` may use this DID as an enpoint as explained in [Using a DID as an endpoint](https://identity.foundation/didcomm-messaging/spec/#using-a-did-as-an-endpoint) section of the specification. + +**NOTE**: After receiving a `mediate-grant` message the `recipient` should update his `recipient_did` with a `recipient-update` message and add DIDs. In order for the `mediator` to start accepting Forward Message for those DIDs. ### Recipient Update Used to notify the `mediator` of DIDs in use by the `recipient`.