We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sock.sendall(b'METADATA * SET valid_key1 :invalid UTF-8 ->\xc3\r\n')
The server accepts this:
S -> C: :MyLittleServer 761 * valid_key1 * :invalid UTF-8 ->� S -> C: :MyLittleServer 762 :end of metadata
And it also sends it when it is requested later. But it should not:
Values are unrestricted, except that they MUST be UTF-8.
-- http://ircv3.net/specs/core/metadata-3.2.html#metadata-restrictions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The server accepts this:
And it also sends it when it is requested later. But it should not:
-- http://ircv3.net/specs/core/metadata-3.2.html#metadata-restrictions
The text was updated successfully, but these errors were encountered: