Fix some clientbound message bugs

send signed message{wip}
This commit is contained in:
2026-09-12 01:03:05 +08:00
parent b2ea685a9a
commit 480d0089e6
37 files changed
+689 -1206

No files matched your search

+4 -4
View File
@@ -9,10 +9,10 @@ module relies on the following dependencies:
## Required APIs
| Module Name | Required | Notes |
|:------------|:------------|:------------------------------------------------------------------------------------------------------------------------------------------------------|
| TCP Socket | Yes | The `protocol` module does not have a built-in TCP Socket implementation. [Implement TCP Socket](Impl-tcp-socket.md) |
| HTTP Client | Conditional | Required only when logging into an `online-mode` server to send join request to mojang's session server. [Implement HTTP Client](Impl-http-client.md) |
| Module Name | Required | Notes |
|:------------|:------------|:-----------------------------------------------------------------------------------------------------------------------------|
| TCP Socket | Yes | The `protocol` module does not have a built-in TCP Socket implementation. [Implement TCP Socket](Impl-tcp-socket.md) |
| HTTP Client | Conditional | Required only when logging into an `online-mode` server to send join request to mojang's session server. **No Document yet** |
# Get started