SNAC(13,18)  CLI_SSI_SEND_AUTHxREQUEST 

Client use this snac to send authorization request. It contain screen name (uin) of the user and reason string. After that you may receive SNAC(13,1B) - authorization reply.

 00 13   word   SNAC family
 00 18   word   SNAC subtype
 00 00   word   SNAC flags
 xx xx xx xx   dword   SNAC request-id
 xx   byte   length of the uin string
 xx ..   string   uin string (ascii)
 xx xx   word   length of the reason string
 xx xx   word   reason (message) string
 00 00   word   unknown

Example SNAC dump with flap header:
              
  2A 02 2C 6A 00 1C 00 13  00 18 00 00 00 01 00 18 *..j............
  07 36 32 31 38 38 39 36  00 06 70 6C 65 61 73 65 .6218896..please
  00 00                                            ..


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