From: Jonathan Rosenberg <[EMAIL PROTECTED]> This strikes me as a problem in theory and not in practice. AFAICT, the only characters you can't use are ascii 0x00-0x19 (0x20 is space and is possible through the LWS construct as Christer pointed out). Is there a practical use case for any of these? They are:
HT (horizontal tab) should be included, but that's also in LWS. As for the remaining characters, I don't think that anyone has ever *intended* that they be used in SIP headers, and their inclusion in quoted-pair was a typographical error. Dale _______________________________________________ Sip mailing list https://www1.ietf.org/mailman/listinfo/sip This list is for NEW development of the core SIP Protocol Use [EMAIL PROTECTED] for questions on current sip Use [EMAIL PROTECTED] for new developments on the application of sip
