Changeset 6354
- Timestamp:
- 06/21/08 10:26:52 (2 months ago)
- Location:
- trunk/licq
- Files:
-
- 2 modified
-
include/licq_icq.h (modified) (1 diff)
-
src/icqd-srv.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_icq.h
r6227 r6354 129 129 const unsigned short ICQ_SNACxLIST_UPDxACK = 0x000E; // server 130 130 const unsigned short ICQ_SNACxLIST_ROSTxSYNCED = 0x000F; // server 131 const unsigned short ICQ_SNACxLIST_ROSTxEDITxSTART = 0x0011; // client 132 const unsigned short ICQ_SNACxLIST_ROSTxEDITxEND = 0x0012; // client 131 const unsigned short ICQ_SNACxLIST_ROSTxEDITxSTART = 0x0011; // client, server 132 const unsigned short ICQ_SNACxLIST_ROSTxEDITxEND = 0x0012; // client, server 133 133 const unsigned short ICQ_SNACxLIST_AUTHxREQ2 = 0x0014; // client 134 134 const unsigned short ICQ_SNACxLIST_AUTHxREQ = 0x0018; // client -
trunk/licq/src/icqd-srv.cpp
r6347 r6354 4723 4723 break; 4724 4724 } 4725 4725 4726 case ICQ_SNACxLIST_ROSTxEDITxSTART: 4727 case ICQ_SNACxLIST_ROSTxEDITxEND: 4728 { 4729 // Nothing to be done here. 4730 // Server just encloses contact list changes with these. 4731 break; 4732 } 4733 4726 4734 default: 4727 4735 gLog.Warn(tr("%sUnknown List Family Subtype: %04hx\n"), L_SRVxSTR, nSubtype);
