[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lemonade] Lack of text after resp-text-code



On Sep 7, 2009, at 5:20 PM, Curtis King wrote:

From RFC 3501:

resp-text       = ["[" resp-text-code "]" SP] text
text            = 1*TEXT-CHAR

So there should always be some text if resp-text-code is used. But when looking at examples in CONDSTORE and QRESYNC RFCs you can see that there
is no text:

S: * OK [HIGHESTMODSEQ 715194045007]
S: * OK [CLOSED]

I guess these examples are violating RFC 3501 and should be changed?

You can't see the text which is a single SP ;-) So, the examples are correct just not obvious.

No, there also should have been at least one TEXT-CHAR after the space.