File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ Discovery features are optional. When enabled, clients connect to a designated s
118118
119119| ` opcode ` | Description |
120120| :--- | :--- |
121+ | ** ` DISCOVER ` ** | Announces the presence of another server that needs to be connected by the client. Currently, it only announces bridge servers. |
121122| ** ` REGISTER_ACK ` ** | Confirms successful username registration. |
122123| ** ` QUERY_ACK ` ** | Returns the identity mapping for a requested peer. |
123124| ** ` CONFIG_HOST_ACK ` ** | Confirms successful lobby creation. |
@@ -136,6 +137,7 @@ Discovery features are optional. When enabled, clients connect to a designated s
136137| ** ` TRANSITION ` ** | Informs a peer their role has changed (e.g., promoted to ` host ` or demoted to ` peer ` ). |
137138| ** ` CLOSE_ACK ` ** / ** ` LOBBY_CLOSED ` ** | Confirms the lobby was shut down. |
138139| ** ` LEAVE_ACK ` ** | Confirms the client successfully exited the lobby. |
140+ | ** ` AUTO_REGISTER ` ** | Confirms successful automatic username registration. Only implemented for bridge servers at this time. |
139141
140142---
141143
You can’t perform that action at this time.
0 commit comments