Changeset 6227 for trunk/licq/include/licq_icq.h
- Timestamp:
- 06/02/08 00:14:42 (6 months ago)
- Files:
-
- 1 modified
-
trunk/licq/include/licq_icq.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_icq.h
r6181 r6227 38 38 const unsigned short ICQ_SNACxFAM_LIST = 0x0013; 39 39 const unsigned short ICQ_SNACxFAM_VARIOUS = 0x0015; 40 const unsigned short ICQ_SNACxFAM_ NEWUIN= 0x0017;40 const unsigned short ICQ_SNACxFAM_AUTH = 0x0017; 41 41 42 42 // Subtypes for service family … … 101 101 // Subtypes for new uin family 102 102 const unsigned short ICQ_SNACxNEW_UIN_ERROR = 0x0001; // server 103 const unsigned short ICQ_SNACxAUTHxLOGON = 0x0002; // client 104 const unsigned short ICQ_SNACxAUTHxLOGON_REPLY = 0x0003; // server 103 105 const unsigned short ICQ_SNACxREGISTER_USER = 0x0004; // client 104 106 const unsigned short ICQ_SNACxNEW_UIN = 0x0005; // server 107 const unsigned short ICQ_SNACxAUTHxREQUEST_SALT = 0x0006; // client 108 const unsigned short ICQ_SNACxAUTHxSALT_REPLY = 0x0007; // server 105 109 const unsigned short ICQ_SNACxREQUEST_IMAGE = 0x000C; // client 106 110 const unsigned short ICQ_SNACxSEND_IMAGE = 0x000D; // server
