Skip to content

Commit

Permalink
Test Builid
Browse files Browse the repository at this point in the history
  • Loading branch information
khujin1 authored Jan 16, 2025
1 parent 4eb0895 commit 3bd64a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mediation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Mediation docs
# Mediation docs

## Concepts
* **DIDComm Message Forwarding** - Sending an encrypted message to its recipient by first sending it to a third party responsible for forwarding the message on. Message contents are encrypted once for the recipient then wrapped in a [forward message](https://github.com/hyperledger/aries-rfcs/blob/master/concepts/0094-cross-domain-messaging/README.md#corerouting10forward) encrypted to the third party.
Expand Down Expand Up @@ -72,4 +72,4 @@ See [Aries RFC 0211: Coordinate Mediation Protocol](https://github.com/hyperledg
## Using a Mediator

After establishing a connection with a mediator also having mediation granted, you can use that mediator id for future did_comm connections.
When creating, receiving or accepting a invitation intended to be Mediated, you provide `mediation_id` with the desired mediator id. if using a single mediator for all future connections, You can set a default mediation id. If no mediation_id is provided the default mediation id will be used instead.
When creating, receiving or accepting a invitation intended to be Mediated, you provide `mediation_id` with the desired mediator id. if using a single mediator for all future connections, You can set a default mediation id. If no mediation_id is provided the default mediation id will be used instead.

0 comments on commit 3bd64a2

Please sign in to comment.