gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-marketing] branch master updated (4cbdc13 -> 33a4163)


From: gnunet
Subject: [taler-marketing] branch master updated (4cbdc13 -> 33a4163)
Date: Wed, 16 Nov 2022 15:48:42 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a change to branch master
in repository marketing.

    from 4cbdc13  add missing '://'
     new e7790f0  remove ssid
     new 33a4163  merge

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 standards/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
index f0a564a..5b1d8d6 100644
--- 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>
 
@@ -608,6 +603,8 @@ dots and dashes)</t>
 
     &RFC3986;
 
+    &RFC5234;
+
     &RFC8126;
 
     &RFC8174;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]