This commit is contained in:
Semisol 2023-07-04 13:49:52 +03:00 committed by GitHub
parent b5a7b67d78
commit 3f8658ecc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
01.md
View File

@ -48,7 +48,7 @@ To prevent implementation differences from creating a different event ID for the
- No characters except the following should be escaped, and instead should be included verbatim:
- The line break, `0x0A`, as `\n`
- A double quote, `0x22`, as `\"`
- A backspace, `0x5C`, as `\\`
- A backslash, `0x5C`, as `\\`
- UTF-8 should be used for encoding.
## Communication between clients and relays