On Tue, Feb 10, 2009 at 8:07 PM, Iñaki Baz Castillo <[email protected]> wrote:
> Well, the first example is invalid since according to BNF grammar: > > display-name = *(token LWS)/ quoted-string > > This is: the display name (The Operator) is incorrect since it's not a token > (it contains a space) and it's not a quoted-string. > > Perhaps I miss something? Yes, you are missing something. I suggest you go and read RFC 2234 well, so that you understand what: display-name = *(token LWS) / quoted-string means, as (The Operator) matches that rule just fine. ~ Theo _______________________________________________ Sip-implementors mailing list [email protected] https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
