Update Identifiers
This commit is contained in:
parent
05e86d42e8
commit
5bfc0a29c3
|
@ -12,7 +12,7 @@ identifiers used in clients with relevant examples.
|
|||
- **URI** : a Ring or SIP URI such as
|
||||
`ring:3d1112ab2bb089370c0744a44bbbb0786418d40b` or `ring:jeandupont`
|
||||
or `<sip:nnnnn@host:5060>`.
|
||||
- **Canonical URI** : `ring:3d1112ab2bb089370c0744a44bbbb0786418d40b` or `sip:nnnnn@host:5060`. The most simplified form of the URI. Registered name must be resolved, doesn't include <> brackets or display name.
|
||||
- **Canonical URI** : `ring:3d1112ab2bb089370c0744a44bbbb0786418d40b` or `sip:nnnnn@host:5060`. The most simplified form of the URI. Registered name must be resolved, doesn't include <> brackets or display name. Prefixed with the scheme (`ring:` or `sip:`).
|
||||
- **RingID**: registered name or public key fingerprint. Unique identifier for a public key.
|
||||
- **Display name** or **Profile name** : an editable user-defined
|
||||
profile name such as `Jean Dupont`. Not synchronized across devices.
|
||||
|
|
Loading…
Reference in New Issue