Skip to content

Commit

Permalink
Merge pull request #22 from mxinden/optional-ls
Browse files Browse the repository at this point in the history
README.md: Mark `ls` as optional
  • Loading branch information
mxinden authored Sep 27, 2022
2 parents c05dd72 + 94f37ea commit 77f0b44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ for example:

#### Listing

It is also possible to "list" the available protocols. A list message is simply:
Implementations MAY support "listing" of the available protocols. A list message is simply:

```
ls\n
Expand Down Expand Up @@ -139,6 +139,8 @@ For example
< ...
```

Note that `ls` support is OPTIONAL, i.e. implementations MAY support sending and/or receiving `ls`. This in turn implies that implementations MUST NOT depend on a remote node supporting `ls`.

#### Implementation Recommendations

**Protocol Selection**
Expand Down

0 comments on commit 77f0b44

Please sign in to comment.