Skip to content

Commit

Permalink
Merge pull request #257 from sktston/256-test-build
Browse files Browse the repository at this point in the history
Test Builid
  • Loading branch information
khujin1 authored Jan 16, 2025
2 parents 4eb0895 + 3bd64a2 commit 61d7d25
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 61d7d25

Please sign in to comment.