[Core] Add transport section

This commit is contained in:
ChronosX88 2019-11-16 16:14:55 +04:00
parent bd405d725b
commit 83ae1bba38

View File

@ -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>`