Edit on GitHub
This packet is sent by the PangYa client to change the activity level of the user.
'Idle' is sent by the client after 3 minutes of inactivity.
There is no response.
Name | Type | Summary |
---|---|---|
user_status | u1 | Local user's status |
Key | Value |
---|---|
user_status::is_playing | 0 |
user_status::is_idle | 1 |
user_status::is_online | 4 |
meta:
id: messageservice_client_001d_status_declaration
title: MessageService Client Status Declaration
encoding: ASCII
endian: le
seq:
- id: user_status
type: u1
enum: user_status
enums:
user_status:
0: is_playing
1: is_idle
4: is_online