Merge pull request #3167 from matrix-org/travis/spec/msc2265-lower-3pid

Specify that email handling converts to lowercase first
This commit is contained in:
Travis Ralston 2021-05-02 23:11:54 -06:00 committed by Richard van der Hoff
commit fb3dde1c2c
3 changed files with 12 additions and 0 deletions

View file

@ -772,6 +772,13 @@ Represents E-Mail addresses. The `address` is the raw email address in
`user@domain` form with the domain in lowercase. It must not contain
other text such as real name, angle brackets or a mailto: prefix.
In addition to lowercasing the domain component of an email address,
implementations are expected to lowercase the localpart as described
in [the unicode mapping file](https://www.unicode.org/Public/8.0.0/ucd/CaseFolding.txt)
prior to any processing. For example, `Strauß@Example.com` must be
considered to be `strauss@example.com` while processing the email
address.
### PSTN Phone numbers
Medium: `msisdn`