Notes user information packet. If success byte doesn't equal 0x0A - 
it is last SNAC byte. 
  
|  00 15 | 
  | 
word | 
  | 
SNAC family | 
 
|  00 03 | 
  | 
word | 
  | 
SNAC subtype | 
 
|  00 01 | 
  | 
word | 
  | 
SNAC flags | 
 
|  xx xx xx xx | 
  | 
dword | 
  | 
SNAC request-id | 
 
 
 |  
 |  
|   | 
|  00 01 | 
  | 
word | 
  | 
TLV.Type(1) - encapsulated META_DATA | 
 
|  xx xx | 
  | 
word | 
  | 
TLV.Length | 
 
 
 |  
 |  
|   | 
|  xx xx | 
  | 
word (LE) | 
  | 
data chunk size (TLV.Length-2) | 
 
|  xx xx xx xx | 
  | 
dword (LE) | 
  | 
request owner uin | 
 
|  DA 07 | 
  | 
word (LE) | 
  | 
data type: META_DATA | 
 
|  02 00 | 
  | 
word (LE) | 
  | 
request sequence number | 
 
|  E6 00 | 
  | 
word (LE) | 
  | 
data subtype: META_NOTES_USERINFO | 
 
 
 |  
|  0A | 
  | 
char | 
  | 
success byte | 
 
|   | 
 
|  xx xx | 
  | 
word (LE) | 
  | 
notes string length | 
 
|  xx .. xx 00 | 
  | 
asciiz str | 
  | 
notes string | 
 
 
 |  
 
 |   
 |   | 
 
|   |  
 
 |  
 
 |   
 |   | 
 
|   |  
 
 | 
 
 
 |   
 Example SNAC dump with flap header:
  2A 02 5A AE 00 28 00 15 00 03 00 01 00 1F 00 02 *.Z..(..........
  00 01 00 1A 18 00 8F E4 5E 00 DA 07 33 00 E6 00 ........^...3...
  0A 0B 00 75 73 65 72 20 6E 6F 74 65 73 00       ...user notes.
 
 |  
 
 |   
 |