mirror of
https://github.com/cadmium-im/cadmium-docs-legacy.git
synced 2024-11-08 19:51:02 +00:00
Add raw user ID to Entity ID specs
This commit is contained in:
parent
2e86296ef3
commit
a34e379c57
@ -18,6 +18,7 @@ For starting we simply use JSON + Websockets.
|
|||||||
* Username: `@<username>@<serverpart>`
|
* Username: `@<username>@<serverpart>`
|
||||||
* User ID with any 3PID: `%<type>:<data>@<serverpart>`
|
* User ID with any 3PID: `%<type>:<data>@<serverpart>`
|
||||||
* Currently supported only following types: `email` and `msisdn`.
|
* Currently supported only following types: `email` and `msisdn`.
|
||||||
|
* Raw User ID: `@<UUID>@<serverpart>`
|
||||||
* 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