gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-marketing] branch master updated: minor fixes


From: gnunet
Subject: [GNUnet-SVN] [taler-marketing] branch master updated: minor fixes
Date: Fri, 17 Feb 2017 00:37:15 +0100

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

dold pushed a commit to branch master
in repository marketing.

The following commit(s) were added to refs/heads/master by this push:
     new a7c5a39  minor fixes
a7c5a39 is described below

commit a7c5a397e6502a99adc68311632b4667732a3103
Author: Florian Dold <address@hidden>
AuthorDate: Fri Feb 17 00:37:10 2017 +0100

    minor fixes
---
 standards/uri-request-payto.txt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/standards/uri-request-payto.txt b/standards/uri-request-payto.txt
index aecd4e6..522ab1c 100644
--- a/standards/uri-request-payto.txt
+++ b/standards/uri-request-payto.txt
@@ -24,10 +24,10 @@ ABNF
 
   payto-URI = "payto" "://" method account [ "?" params ]
   params = param *( "&amp;" param )
-  param = (generic-param / authority-specific-param) "=" *pchar
+  param = (generic-param / method-specific-param) "=" *pchar
   generic-param = "amount" / "recipient-name" / "sender-name" /
                "message" / "instruction"
-  authority-specific-param = *pchar
+  method-specific-param = *pchar
   method = <authority, see [RFC3986], Section 3.2>
   account = <path-abempty, see [RFC3986], Section 3.3>
   pchar = <pchar, see [RFC3986], Appendix A.>
@@ -76,6 +76,8 @@ Scheme semantics:
     which MUST NOT be subject to lossy conversions.  Character set
     limitations allowed for instructions depend on the payment method.
 
+  The set of valid method-specific-param are depends on the payment method.
+
 Encoding considerations:
   The payto URI scheme encoding conforms to the encoding rules established
   for URIs in [RFC3986].

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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