The full production is: display-name = *(token LWS)/ quoted-string Usually you use quoted-string, not *(token LWS) Note that the *(token LWS) wouldn't allow quotes. The production does still look wrong.
It probably should be (token *(LWS token)) / quoted-string If I don't come up with a better answer, I'll file a bug report on it. Brian > -----Original Message----- > From: Chris McKinnon [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 31, 2003 1:56 PM > To: Mailing List SIP > Subject: [Sip-implementors] display-name > > > Hi, > > This is just a picky detail that is bothering me. The BNF for > "display-name" allows > "*(token LWS)". This means that for an address like "John Doe > <sip:[EMAIL PROTECTED]>", the "display-name" would be "John Doe " > (note space character at end). It's the LWS at the end that bothers > me. Should this be "*(token / LWS)"? > > Thanks, > > Chris McKinnon > > _______________________________________________ > Sip-implementors mailing list > [EMAIL PROTECTED] > http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors > _______________________________________________ Sip-implementors mailing list [EMAIL PROTECTED] http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors
