SNAC(0E,05)  CLI_CHAT_MESSAGE 

This is the message from client to chat server (chat room). AIM chat use only channel 3 messages. Reflection flag used to receive own messages.

 00 0E   word   SNAC family
 00 05   word   SNAC subtype
 00 00   word   SNAC flags
 xx xx xx xx   dword   SNAC request-id
   xx xx xx xx
 xx xx xx xx
  qword   msg-id cookie
   00 03   word   message channel
 00 01   word   TLV.Type(0x01) - public/whisper flag
 00 00   word   TLV.Length
 empty (no tlv data)
 00 06   word   TLV.Type(0x06) - enable reflection flag
 00 00   word   TLV.Length
 empty (no tlv data)
 00 05   word   TLV.Type(0x05) - message information
 xx xx   word   TLV.Length
 00 02   word   TLV.Type(0x02) - message encoding
 xx xx   word   TLV.Length
 xx ..   ascii   Encoding name string
 00 03   word   TLV.Type(0x03) - message language
 xx xx   word   TLV.Length
 00 00   word   Message language abbr
 00 01   word   TLV.Type(0x01) - message language
 xx ..   word   TLV.Length
 xx ..   word   Message text (HTML text)

Example SNAC dumps with flap header:

  2A 02 6A D8 00 88 00 0E 00 05 00 00 00 00 00 05  *.j.............
  33 41 35 36 35 43 38 37 00 03 00 01 00 00 00 06  3A565C87........
  00 00 00 05 00 68 00 02 00 08 75 73 2D 61 73 63  .....h....us-asc
  69 69 00 03 00 02 65 6E 00 01 00 52 3C 48 54 4D  ii....en...R<HTM
  4C 3E 3C 42 4F 44 59 20 42 47 43 4F 4C 4F 52 3D  L><BODY BGCOLOR=
  22 23 66 66 66 66 66 66 22 3E 3C 46 4F 4E 54 20  "#ffffff"><FONT 
  4C 41 4E 47 3D 22 30 22 3E 48 69 2E 2E 2E 2E 20  LANG="0">Hi.... 
  41 6E 79 62 6F 64 79 20 3F 3C 2F 46 4F 4E 54 3E  Anybody ?</FONT>
  3C 2F 42 4F 44 59 3E 3C 2F 48 54 4D 4C 3E        </BODY></HTML>


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