github.com/hyperledger/aries-framework-go@v0.3.2/pkg/client/mediator/doc.go (about) 1 /* 2 Copyright SecureKey Technologies Inc. All Rights Reserved. 3 4 SPDX-License-Identifier: Apache-2.0 5 */ 6 7 // Package mediator enables the agent to register with the router. Once the agent is registered, 8 // the Router is responsible for routing/forwarding the DIDComm messages to the agent. During 9 // router registration, the agent receives routers service endpoint and routing keys. These 10 // details are used in DID Exchange Invitation or DID Document Service Descriptor. 11 package mediator