marketing

Marketing materials (presentations, posters, flyers)
Log | Files | Refs

commit e7790f040ccef3db38473bfd62d3597f4cc13a7a
parent 0c5710864bfe45c15b4a9ab59d2c6d365fad2bba
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 16 Nov 2022 15:47:59 +0100

remove ssid

Diffstat:
Mstandards/draft-grothoff-taler.xml | 13+++++--------
1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/standards/draft-grothoff-taler.xml b/standards/draft-grothoff-taler.xml @@ -2,6 +2,7 @@ <!DOCTYPE rfc SYSTEM "rfc2629.dtd" [ <!ENTITY RFC2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml"> <!ENTITY RFC3986 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3986.xml"> +<!ENTITY RFC5234 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5234.xml"> <!ENTITY RFC8126 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.8126.xml"> <!ENTITY RFC8174 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.8174.xml"> ]> @@ -15,7 +16,7 @@ <?rfc subcompact="no" ?> <rfc category="info" - docName="draft-grothoff-taler-01" + docName="draft-grothoff-taler-00" ipr="trust200902"> <front> @@ -116,13 +117,12 @@ <figure> <artwork type="abnf"><![CDATA[ taler-URI = ("taler://" / "TALER://" / "taler+http" / "TALER+HTTP" ) - action path-abempty [ "?" opts ] ["#" ssid ] + action path-abempty [ "?" opts ] action = ALPHA *( ALPHA / DIGIT / "-" / "." ) opts = opt *( "&" opt ) opt = opt-name "=" opt-value opt-name = ALPHA *( ALPHA / DIGIT / "-" / "." / ":" ) opt-value = *pchar - ssid = *pchar ]]> </artwork> </figure> @@ -163,11 +163,6 @@ to the respective network service. Wallets SHOULD support "taler+http://"-URIs only when run in developer or debug mode. - Any taler://-URI may include an optional "ssid" argument after the - optional "#" character. If present, the "ssid" must be the SSID of - an open wireless network in the vicinity that the wallet application - may use to process the request. - </t> </section> @@ -606,6 +601,8 @@ dots and dashes)</t> &RFC3986; + &RFC5234; + &RFC8126; &RFC8174;