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