Skip to content

Commit 665ee81

Browse files
authored
Add AUTO_REGISTER and DISCOVER opcode descriptions
1 parent c60cc7e commit 665ee81

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

delta.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)