mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Spell out what we mean by a 3pid
(and consequently rejig all the fixed-width formatting)
This commit is contained in:
parent
ff85ec055e
commit
3487f5d75a
|
|
@ -14,13 +14,13 @@
|
||||||
|
|
||||||
3PID Types
|
3PID Types
|
||||||
----------
|
----------
|
||||||
3PIDs represent identifiers on other namespaces that might be associated with a
|
Third Party Identifiers (3PIDs) represent identifiers on other namespaces that
|
||||||
particular person. They comprise a tuple of `medium` which is a string that
|
might be associated with a particular person. They comprise a tuple of `medium`
|
||||||
identifies the namespace in which the identifier exists and an `address`: a
|
which is a string that identifies the namespace in which the identifier exists
|
||||||
string representing the identifier in that namespace. This must be a canonical
|
and an `address`: a string representing the identifier in that namespace. This
|
||||||
form of the identifier, ie. if multiple strings could represent the same
|
must be a canonical form of the identifier, ie. if multiple strings could
|
||||||
identifier, only one of these strings must be used in a 3PID address, in a
|
represent the same identifier, only one of these strings must be used in a 3PID
|
||||||
well-defined manner.
|
address, in a well-defined manner.
|
||||||
|
|
||||||
For example, for e-mail, the `medium` is 'email' and the `address` would be the
|
For example, for e-mail, the `medium` is 'email' and the `address` would be the
|
||||||
email address, eg. the string 'bob@example.com'. Since domain resolution is
|
email address, eg. the string 'bob@example.com'. Since domain resolution is
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue