Skip to content

Logout

Namespace: ClientToChannel  ยท  Opcode: 0x0005 (5)

Client-to-channel logout request. The 4-byte action code is one of a small enum: observed values in the retail protocol include a "quit" code, a "cancel previous quit" code, and a "channel switch" code that would be followed by a u8 target-channel index (not modeled here).

Fields

Field Type Modifiers Description
Action u32 โ€” Logout action code. Observed values from reference traffic: QUIT, CANCEL, and CHANNEL_SWITCH โ€” the exact numeric mapping belongs in a hand-written companion file once we implement the handler.