Table of Contents
Client to Server (C2S) Packets
Core
Draft
See Also
Client to Server (C2S) Packets
This page lists all Sock Chat packets that are sent from the client to the server.
Core
C2S Packet 0: Ping
- Sent periodically to keep the session active.
C2S Packet 1: Authorization Attempt
- Attempts authorization of the client with the server.
C2S Packet 2: Message Send
- Submits a message to a channel or another user.
Draft
C2S Packet 3: Client Info
- Informs the server about the name, version and capabilities of the client.
See Also
Server to Client (S2C) Packets
- List of packets sent from the server to the client.
Commands
- List of commands that can be sent through the
Message Send
packet.