This commit is contained in:
decanus 2020-02-28 00:29:03 +01:00
parent f9b5016332
commit 44a6e05473
No known key found for this signature in database
GPG Key ID: E95B8C69228FF5B4
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ Below is a psuedo regex of the encoding itself.
- `version` - the version represents the global protocol version, this can be any integer.
Next we have our repeating fields:
- `capability` - this represents a specific supported capability, for example `store` or `relay`.
- `version` - this field is not required, if the `size` for a specific capability is `0`, it represents the supported version,
this can either be latest or earliest, we leave this to implementers to decide.