SNAC(13,0E)  SRV_SSIxMODxACK 

This SNAC is an ack sent by the server when adding a buddy, deleting a buddy, or otherwise modifying a group. See also snac list for SSI service here. This snac contain flag. Here is the list of its known values:

  0x0000   No errors (success)
  0x0002   Item you want to modify not found in list
  0x0003   Item you want to add allready exists
  0x000A   Error adding item (invalid id, allready in list, invalid data)
  0x000C   Can't add item. Limit for this type of items exceeded
  0x000D   Trying to add ICQ contact to an AIM list
  0x000E   Can't add this contact because it requires authorization

 00 13   word   SNAC family
 00 0E   word   SNAC subtype
 00 00   word   SNAC flags
 xx xx xx xx   dword   SNAC request-id
 xx xx   word   result code for item #1 (see list above)
 ...    ...    ...
 xx xx   word   result code for item #n (see list above)

Example SNAC dump with flap header:

  2A 02 92 34 00 0C 00 13  00 0E 80 00 00 04 00 08 *..4............
  00 00                   			   ..........


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