diff --git a/identify/README.md b/identify/README.md index 649053c6c..2dd1c72c6 100644 --- a/identify/README.md +++ b/identify/README.md @@ -94,12 +94,18 @@ protocol families / networks. Example value: `/my-network/0.1.0`. +Implementations should discard non-ASCII characters and trim the string +to 64 characters. + ### agentVersion This is a free-form string, identifying the implementation of the peer. The usual format is `agent-name/version`, where `agent-name` is the name of the program or library and `version` is its semantic version. +Implementations should discard non-ASCII characters and trim the string +to 64 characters. + ### publicKey This is the public key of the peer, marshalled in binary form as specicfied