SNAC(07,02)  CLI_ACCOUNTxINFOxREQ  

Used when client wants to get its account information (screen-name formating, email info, etc) Server should respond with SNAC(07,03), that contain requested information.

 00 07   word   SNAC family
 00 02   word   SNAC subtype
 00 00   word   SNAC flags
 xx xx xx xx   dword   SNAC request-id
 00 01   word   TLV.Type(0x01) - request nickname
 00 00   word   TLV.Length
 empty.
 00 11   word   TLV.Type(0x11) - request e-mail info
 00 00   word   TLV.Length
 empty.
 00 13   word   TLV.Type(0x13) - request registration status
 00 00   word   TLV.Length
 empty.

Example SNAC dumps with flap header:
 
  2A 02 27 03 00 0E 00 07  00 02 00 00 00 00 00 02 *.>.............
  00 01 00 00                                      ..


  Main | Basic | Login | Snaclist | Sequences | Misc | Changes | Credits | Terms