Changeset 6181 for trunk/licq/include/licq_icq.h
- Timestamp:
- 05/05/08 16:31:53 (7 months ago)
- Files:
-
- 1 modified
-
trunk/licq/include/licq_icq.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_icq.h
r5972 r6181 35 35 const unsigned short ICQ_SNACxFAM_MESSAGE = 0x0004; 36 36 const unsigned short ICQ_SNACxFAM_BOS = 0x0009; 37 const unsigned short ICQ_SNACxFAM_BART = 0x0010; 37 38 const unsigned short ICQ_SNACxFAM_LIST = 0x0013; 38 39 const unsigned short ICQ_SNACxFAM_VARIOUS = 0x0015; … … 104 105 const unsigned short ICQ_SNACxREQUEST_IMAGE = 0x000C; // client 105 106 const unsigned short ICQ_SNACxSEND_IMAGE = 0x000D; // server 107 108 // Subtypes for BART family 109 const unsigned short ICQ_SNACxBART_ERROR = 0x0001; // server 110 const unsigned short ICQ_SNACxBART_UPLOAD = 0x0002; // client 111 const unsigned short ICQ_SNACxBART_UPLOADxACK = 0x0003; // server 112 const unsigned short ICQ_SNACxBART_DOWNLOADxREQUEST= 0x0006; // client 113 const unsigned short ICQ_SNACxBART_DOWNLOADxREPLY = 0x0007; // server 106 114 107 115 // Subtypes for list family … … 469 477 const unsigned short CHARSET_CUSTOM = 0x0003; 470 478 479 // BART Types 480 const unsigned short BART_TYPExBUDDY_ICON_SMALL = 0x0000; 481 const unsigned short BART_TYPExBUDDY_ICON = 0x0001; 482 const unsigned short BART_TYPExSTATUS_STR = 0x0002; 483 471 484 //actual plugins 472 485 const char PLUGIN_PHONExBOOK[] = { 0x90, 0x7C, 0x21, 0x2C, 0x91, 0x4D, … … 544 557 0x4E, 0xC5, 0x9D, 0x51, 0xA6, 0x47, 545 558 0x4E, 0x34, 0xF5, 0xA0 }; 559 560 const char ICQ_CAPABILITY_BART[] = { 0x09, 0x46, 0x13, 0x46, 0x4C, 0x7F, 561 0x11, 0xD1, 0x82, 0x22, 0x44, 0x45, 562 0x53, 0x54, 0x00, 0x00 }; 546 563 547 564 const char ICQ_CAPABILITY_LICQxVER[] = { 'L', 'i', 'c', 'q', ' ', 'c',
