[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MMUSIC] whitespace after 's=' in SDP
- To: <mmusic@ietf.org>
- Subject: [MMUSIC] whitespace after 's=' in SDP
- From: hisham.khartabil@nokia.com
- Date: Fri, 14 Jun 2002 09:46:36 +0300
- List-Id: Multiparty Multimedia Session Control Working Group <mmusic.ietf.org>
- Sender: mmusic-admin@ietf.org
- Thread-Index: AcITbzpotRw2po+MTqqs/VF+iN6M+Q==
- Thread-Topic: whitespace after 's=' in SDP
Is a whitespace allowed in the s= line of an SDP message?
from ABNF grammar:
session-name-field = "s=" text CRLF
; generic sub-rules: datatypes
text = byte-string
byte-string = 1*(%x01-09/%x0B-0C/%x0E-FF)
;any byte except NUL, CR or LF
The space is %x20 so it can be included in any byte-string.
Byte-sting 's= Some Text" should be valid.
But the draft also mentions that "Whitespace MUST NOT be used either side of the `='
sign"
So, is the grammar wrong? or is s= an exception? Are there any other exceptions?
Regards,
Hisham
_______________________________________________
mmusic mailing list
mmusic@ietf.org
https://www1.ietf.org/mailman/listinfo/mmusic