Frank Ellermann | 18 Feb 16:08
Picon
Picon

draft-saintandre-jabberid-00.txt


Hi, the ABNF in draft-saintandre-jabberid-00.txt

 "Jabber-ID: " pathxmpp CRLF

is a bit minimalistic.  How about something like this:

 "Jabber-ID:" [CFWS] pathxmpp [CFWS] CRLF

Apparently you need "(" and ")" within <pathxmpp> for
<resalllow>.  That could be tricky with the comments,
so maybe you prefer to use a format without comments:

 "Jabber-ID:" [FWS] pathxmpp *WSP CRLF

For the latter *WSP compare a not yet achnowledged
2822-erratum posted in:

http://permalink.gmane.org/gmane.ietf.rfc.interest/110

In other words, maybe what you really need is this:

 "Jabber-ID:" [FWS] pathxmpp (*WSP / obs-FWS) CRLF

I'm not sure if new header fields can simply ignore
the obs-FWS case.  You don't have this problem if you
use {CFWS], because 2822 is 100% clear about the "F"
in CFWS, MUSTard, obs-FWS, all imaginable issues.

But with "Jabber-ID:" [CFWS] pathxmpp [CFWS] CRLF
(Continue reading)


Gmane