tachyon-protocol 1.7.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -33,6 +33,10 @@ Tachyon uses [OAuth 2](https://oauth.net/2/) for authenticating and authorizing
33
33
 
34
34
  [The full auth process is detailed here.](docs/authorization.md)
35
35
 
36
+ ## Connection
37
+
38
+ See [connection](docs/connection.md) for details on how to establish the WebSocket connection to the server.
39
+
36
40
  ## Message Format
37
41
 
38
42
  JSON messages in this protocol are referred to as "commands".
@@ -88,12 +92,11 @@ Every event command contains these additional properties:
88
92
  ## Schema
89
93
 
90
94
  <!-- COMMAND_SCHEMA_PLACEHOLDER_START_DO_NOT_REMOVE -->
91
- - [autohost](docs/schema/autohost.md)
92
- - [game](docs/schema/game.md)
93
- - [lobby](docs/schema/lobby.md)
94
- - [matchmaking](docs/schema/matchmaking.md)
95
- - [system](docs/schema/system.md)
96
- - [user](docs/schema/user.md)
95
+ - [autohost](docs/schema/autohost.md)
96
+ - [battle](docs/schema/battle.md)
97
+ - [matchmaking](docs/schema/matchmaking.md)
98
+ - [system](docs/schema/system.md)
99
+ - [user](docs/schema/user.md)
97
100
  <!-- COMMAND_SCHEMA_PLACEHOLDER_END_DO_NOT_REMOVE -->
98
101
 
99
102
  ## Contributing