mirror of
https://github.com/cadmium-im/cadmium-docs-legacy.git
synced 2024-11-08 11:41:03 +00:00
Change 3PID in EntityID
This commit is contained in:
parent
69c237ff25
commit
3b6e26f96c
5
.gitignore
vendored
5
.gitignore
vendored
@ -19,7 +19,8 @@
|
||||
.LSOverride
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
Icon
|
||||
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
@ -40,3 +41,5 @@ Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
|
||||
/out
|
||||
|
||||
|
@ -16,8 +16,8 @@ For starting we simply use JSON + Websockets.
|
||||
## Entity ID
|
||||
* Room alias: `#<roomAlias>@<serverpart>`
|
||||
* Username: `@<username>@<serverpart>`
|
||||
* User ID with MSISDN (Mobile Station International Subscriber Directory Number): `%<msisdn without +>@<serverpart>`
|
||||
* User ID with Email: `^<email username>_at_<email hostname>@serverpart>`
|
||||
* User ID with any 3PID: `%<type>:<data>@<serverpart>`
|
||||
* Currently supported only following types: `email` and `msisdn`.
|
||||
* Message ID: `&<uuid>@<serverpart (from which server the message was sent)>`
|
||||
* Room ID: `!<roomID>@<serverpart>`
|
||||
* Single server-part: `<serverpart>`
|
||||
|
Loading…
Reference in New Issue
Block a user