mirror of
https://github.com/cadmium-im/cadmium-docs-legacy.git
synced 2024-11-08 19:51:02 +00:00
[Core] Add transport section
This commit is contained in:
parent
bd405d725b
commit
83ae1bba38
@ -1,5 +1,14 @@
|
|||||||
# Protocol Core
|
# Protocol Core
|
||||||
|
|
||||||
|
- [Protocol Core](#protocol-core)
|
||||||
|
- [Transport](#transport)
|
||||||
|
- [Entity ID](#entity-id)
|
||||||
|
- [BaseMessage](#basemessage)
|
||||||
|
- [Errors](#errors)
|
||||||
|
|
||||||
|
## Transport
|
||||||
|
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>`
|
||||||
|
Loading…
Reference in New Issue
Block a user