File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ Here is a handy table of the available `CAP` subcommands and which side sends th
149149Some subcommands may include a space-separated list of capabilities as their final parameter.
150150The list of capabilities MUST be parsed and processed from left to right and capabilities
151151SHOULD only be sent once per command. If a capability with values is sent multiple times, the
152- last one received takes priority.
152+ last one received takes priority. Clients MUST ignore any trailing whitespace.
153153
154154If a client sends a subcommand which is not in the list above or otherwise issues an
155155invalid command, then numeric ` 410 ` (` ERR_INVALIDCAPCMD ` ) should be sent. The first parameter
@@ -546,3 +546,6 @@ their CAP LS version. It has been clarified that clients MAY NOT downgrade this.
546546Clarified that multiline LS and LIST replies must only be used for CAP 302.
547547
548548Previous versions of this spec did not state that capability names MUST NOT start with a hyphen.
549+
550+ Previous versions of this spec did not state that space-separated capability lists may end with
551+ a trailing space.
You can’t perform that action at this time.
0 commit comments