Edit on GitHub

MessageService Server Credential Declaration Response

Summary

This packet is sent by the PangYa messaging server as a response to a MessageServer Client 0x0012 Credentials Declaration, acknowledging that the user has connected. This should be followed with MessageServer Client 0x0023 Server Declaration and MessageServer Client 0x0014 Hello to complete the setup.

Structure

messageservice_server_002f_credential_declaration_response

Name Type Summary
unknown u1 Possibly padding, possibly a status byte.
user_id u4 The local user's ID, as supplied in Client 0x0012

Definition

meta:
  id: messageservice_server_002f_credential_declaration_response
  title: MessageService Server Credential Declaration Response
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: unknown
    type: u1
  - id: user_id
    type: u4

Examples

No examples available. Contribute one?