Skip to content

Commit 8a80f71

Browse files
authored
Merge pull request openwallet-foundation#2051 from matrixik/patch-2
Add missing --mediator-connections-invite cmd arg info to docs
2 parents a28441a + 7156634 commit 8a80f71

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Mediation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
* `--open-mediation` - Instructs mediators to automatically grant all incoming mediation requests.
1717
* `--mediator-invitation` - Receive invitation, send mediation request and set as default mediator.
18+
* `--mediator-connections-invite` - Connect to mediator through a connection invitation. If not specified, connect using an OOB invitation.
1819
* `--default-mediator-id` - Set pre-existing mediator as default mediator.
1920
* `--clear-default-mediator` - Clear the stored default mediator.
2021

@@ -72,4 +73,4 @@ See [Aries RFC 0211: Coordinate Mediation Protocol](https://github.com/hyperledg
7273
## Using a Mediator
7374

7475
After establishing a connection with a mediator also having mediation granted, you can use that mediator id for future did_comm connections.
75-
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.
76+
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 commit comments

Comments
 (0)