mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-01 13:38:37 +01:00
Merge pull request #1098 from matrix-org/rav/no_colon_in_mxid
Forbid colons in MXIDs
This commit is contained in:
commit
f91111c54b
|
|
@ -139,7 +139,7 @@ history includes events with a ``sender`` which does not conform. In order to
|
|||
handle these rooms successfully, clients and servers MUST accept user IDs with
|
||||
localparts from the expanded character set::
|
||||
|
||||
extended_user_id_char = %x21-7E
|
||||
extended_user_id_char = %x21-39 / %x3B-7F ; all ascii printing chars except :
|
||||
|
||||
Mapping from other character sets
|
||||
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
|
||||
|
|
|
|||
Loading…
Reference in a new issue