Show
Ignore:
Timestamp:
06/02/08 00:14:42 (6 months ago)
Author:
emostar
Message:

Use MD5 method for logins.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/include/licq_icq.h

    r6181 r6227  
    3838const unsigned short ICQ_SNACxFAM_LIST             = 0x0013; 
    3939const unsigned short ICQ_SNACxFAM_VARIOUS          = 0x0015; 
    40 const unsigned short ICQ_SNACxFAM_NEWUIN       = 0x0017; 
     40const unsigned short ICQ_SNACxFAM_AUTH             = 0x0017; 
    4141 
    4242// Subtypes for service family 
     
    101101// Subtypes for new uin family 
    102102const unsigned short ICQ_SNACxNEW_UIN_ERROR        = 0x0001; // server 
     103const unsigned short ICQ_SNACxAUTHxLOGON           = 0x0002; // client 
     104const unsigned short ICQ_SNACxAUTHxLOGON_REPLY     = 0x0003; // server 
    103105const unsigned short ICQ_SNACxREGISTER_USER        = 0x0004; // client 
    104106const unsigned short ICQ_SNACxNEW_UIN              = 0x0005; // server 
     107const unsigned short ICQ_SNACxAUTHxREQUEST_SALT    = 0x0006; // client 
     108const unsigned short ICQ_SNACxAUTHxSALT_REPLY      = 0x0007; // server 
    105109const unsigned short ICQ_SNACxREQUEST_IMAGE        = 0x000C; // client 
    106110const unsigned short ICQ_SNACxSEND_IMAGE           = 0x000D; // server