Protocols/OSCAR/SNAC/BART DOWNLOAD QUERY

From NINA Wiki
Jump to navigation Jump to search
OSCAR Protocol
IntroductionTermsClients
Basic
DatatypesFLAPSNACTLV
UUIDsErrorsTool IDs
Host Interaction
Rate LimitsMigrationMessages
Other Services
ADMINADVERTALERT
BARTBOSBUCPCHAT
CHAT_NAV
Tutorials
Sign OnBARTRendezvous
ICBMLocateBuddies
Foodgroups
OSERVICE (0x0001)
LOCATE (0x0002)
BUDDY (0x0003)
ICBM (0x0004)
ADVERT (0x0005)
INVITE (0x0006)
ADMIN (0x0007)
POPUP (0x0008)
PD (0x0009)
USER_LOOKUP (0x000A)
STATS (0x000B)
TRANSLATE (0x000C)
CHAT_NAV (0x000D)
CHAT (0x000E)
ODIR (0x000F)
BART (0x0010)
FEEDBAG (0x0013)
ICQ (0x0015)
BUCP (0x0017)
ALERT (0x0018)
PLUGIN (0x0022)
UNNAMED_FG_24 (0x0024)
MDIR (0x0025)
ARS (0x044A)
ID Origin Name Foodgroup Service Status Version
0x0010, 0x0004 Client BART__DOWNLOAD_QUERY Unspecified BOS Active 1.9

Legacy request buddy icon from host.

SNAC Header

Foodgroup uint16 (word) 00 10
Subgroup uint16 (word) 00 04
Flags uint16 (word) 00 00
Request ID uint32 (dword) 00 00 00 00

SNAC Data

Unconfirmed: This SNAC contains no data

From Aleksandr Shutko: SNAC(10,04) request AIM buddy icon from server SNAC(10,04) BART__DOWNLOAD_QUERY


Client (AIM) use this snac to request buddy icon from server. Server should reply via SNAC(10,05) that contain requested icon.

 00 10   word   SNAC family
 00 04   word   SNAC subtype
 00 00   word   SNAC flags
 xx xx xx xx   dword   SNAC request-id
 xx   byte   screenname string length
 xx ..   ascii   screenname string
 01   byte   unknown (command ?)
 00 01   word   icon id (not sure)
 01   byte   icon flags (bitmask, purpose unknown)
 10   byte   md5 hash size (16)
 xx ..   array   requested icon md5 hash


Example SNAC dump with flap header:


  2A 02 08 91 00 2A 00 10 00 04 00 00 00 01 00 04  *....*..........
  0A 54 72 6F 6D 70 65 74 65 4A 43 01 00 01 01 10  .TrompeteJC.....
  B7 39 D9 69 2B 15 60 36 57 C5 C9 B4 89 C9 13 82  .9.i+.`6W.......


BART SNACs

SNAC List
Subgroup Origin Name
0x0001 Any BART__ERR
This is the error SNAC for the BART foodgroup.
0x0002 Client BART__UPLOAD_QUERY
This SNAC uploads a custom item to the BART host. Only certain types allow custom items.
0x0003 Host BART__UPLOAD_REPLY
These are the results for an item requested with BART__UPLOAD_QUERY.
0x0004 Client BART__DOWNLOAD_QUERY
Legacy request buddy icon from host.
0x0005 Host BART__DOWNLOAD_REPLY
Legacy host response to a buddy icon request.
0x0006 Client BART__DOWNLOAD2_QUERY
This SNAC downloads an asset from the BART host.
0x0007 Host BART__DOWNLOAD2_REPLY
These are the results for an item requested with BART__DOWNLOAD2_QUERY.