Exclude DEL from historical user IDs
The range is inclusive, so don't include 7F
This commit is contained in:
parent
19a3d574b7
commit
18eca90022
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,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-39 / %x3B-7F ; all ascii printing chars except :
|
||||
extended_user_id_char = %x21-39 / %x3B-7E ; all ascii printing chars except :
|
||||
|
||||
Mapping from other character sets
|
||||
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue