From c0b4691f0fab0504618b805a786a001896b50b8c Mon Sep 17 00:00:00 2001 From: Peder Stray Date: Fri, 9 Sep 2022 13:45:22 +0200 Subject: [PATCH] Updated ABNF to fix inconsistencies - LF (not CR) for entry separators - fix double quotation of futureField --- i-d/pdns-qof.xml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/i-d/pdns-qof.xml b/i-d/pdns-qof.xml index eae1fb2..e884c40 100644 --- a/i-d/pdns-qof.xml +++ b/i-d/pdns-qof.xml @@ -178,27 +178,29 @@ The document does not describe the protocol (e.g. WHOIS
Formal grammar as defined in ABNF
- Note that value is defined in JSON and has the exact same specification as there. The same goes for the definition of string. + Note that value is defined in JSON and has the exact same specification as there. The same goes for the definition of string. Note the changed definition of ws dows not include CR or LF as those are NOT allowed in NDJSON, and thus the definition here MUST be used for other ABNF defitions in JSON.
Implementation MUST support all the mandatory fields.