commit b62bf649c4ae35f1f388d83bed3a55540e313e68 parent 0c5710864bfe45c15b4a9ab59d2c6d365fad2bba Author: Sebastian <sebasjm@gmail.com> Date: Sat, 12 Nov 2022 09:45:41 -0300 exchange and auditor pub is required Diffstat:
| M | standards/draft-grothoff-taler.xml | | | 10 | ++++++---- |
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/standards/draft-grothoff-taler.xml b/standards/draft-grothoff-taler.xml @@ -436,13 +436,14 @@ also <xref target="taler-registry" />). <list style="symbols"> <t>exchange_host: hostname of the exchange (possibly including a port number)</t> <t>exchange_prefix_path: list of path components that identifies the path prefix of the exchange base URL</t> + <t>exchange_pub: the public key of the auditor</t> </list> </t> <t> <list style="symbols"> <t>Name: exchange</t> -<t>Syntax: taler://exchange/{exchange_host}{/exchange_prefix_path*}/</t> -<t>Example: taler://exchange/exchange.example.com/</t> +<t>Syntax: taler://exchange/{exchange_host}{/exchange_prefix_path*}/{exchange_pub}</t> +<t>Example: taler://exchange/exchange.example.com/ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ABCDEFGHIJKLMNOP</t> <t>Contact: N/A</t> <t>References: [this.I-D]</t> </list> @@ -459,13 +460,14 @@ also <xref target="taler-registry" />). <list style="symbols"> <t>auditor_host: the hostname of the auditor (possibly including a port number)</t> <t>auditor_prefix_path: list of path components that identifies the path prefix of the auditor base URL</t> + <t>auditor_pub: the public key of the auditor</t> </list> </t> <t> <list style="symbols"> <t>Name: auditor</t> -<t>Syntax: taler://auditor/{auditor_host}{/auditor_prefix_path*}/</t> -<t>Example: taler://auditor/auditor.example.com/</t> +<t>Syntax: taler://auditor/{auditor_host}{/auditor_prefix_path*}/{auditor_pub}</t> +<t>Example: taler://auditor/auditor.example.com/ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ABCDEFGHIJKLMNOP</t> <t>Contact: N/A</t> <t>References: [this.I-D]</t> </list>