Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
sockchat:c2s [2025/04/20 01:28] – [See Also] flash | sockchat:c2s [2025/04/20 01:37] (current) – flash |
---|
===== Core ===== | ===== Core ===== |
| |
* [[sockchat:c2s:ping|Packet 0: Ping]] - Sent periodically to keep the session active. | * [[sockchat:c2s:ping|C2S Packet 0: Ping]] - Sent periodically to keep the session active. |
* [[sockchat:c2s:authz-attempt|Packet 1: Authorization Attempt]] - Attempts authorization of the client with the server. | * [[sockchat:c2s:authz-attempt|C2S Packet 1: Authorization Attempt]] - Attempts authorization of the client with the server. |
* [[sockchat:c2s:message-send|Packet 2: Message Send]] - Submits a message to a channel or another user. | * [[sockchat:c2s:message-send|C2S Packet 2: Message Send]] - Submits a message to a channel or another user. |
| |
==== Draft ==== | ==== Draft ==== |
| |
* [[sockchat:c2s:client-info|Packet 3: Client Info]] - Informs the server about the name, version and capabilities of the client. | * [[sockchat:c2s:client-info|C2S Packet 3: Client Info]] - Informs the server about the name, version and capabilities of the client. |
| |
===== See Also ===== | ===== See Also ===== |