lsd0006

LSD0006: The 'taler' URI scheme
Log | Files | Refs

commit fb043300b9e318e8d3b9f39218bdafe2679d2d35
parent 12e7b189ff76b757b2e4f4286570dae20fd59fe5
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 19 Sep 2025 21:07:56 +0200

address comment by Rick

Diffstat:
Mdraft-grothoff-taler.xml | 8++------
1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/draft-grothoff-taler.xml b/draft-grothoff-taler.xml @@ -117,18 +117,14 @@ <figure> <artwork type="abnf"><![CDATA[ taler-URI = ("taler://" / "TALER://" / "taler+http://" / "TALER+HTTP://" ) - action path-abempty [ "?" opts ] + action path-abempty [ "?" query ] action = ALPHA *( ALPHA / DIGIT / "-" / "." ) - opts = opt *( "&" opt ) - opt = opt-name "=" opt-value - opt-name = ALPHA *( ALPHA / DIGIT / "-" / "." / ":" ) - opt-value = *pchar ]]> </artwork> </figure> <t> 'path-abempty' is defined in <xref target="RFC3986" /> in Section 3.3. - 'pchar' is defined in <xref target="RFC3986" />, Appendix A. + 'query' is defined in <xref target="RFC3986" />, in Section 3.4. </t> </section>