comparison src/protocols/oscar/aim_cbtypes.h @ 4759:1762496d502a

[gaim-migrate @ 5076] This caches ICQ remote nicks in your local blist.xml file. It's really not a great thing to do, but it's better than what we do currently. I want to make Gaim request the remote nick every now and then to see if it's changed. Anyhow, like all things I've done recently, it's slightly ugly. And I can't test the get-alias-when-adding-icq-buddy thing until Sean commits his buddy list editing stuff later tonight, but it should work like a charm. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 14 Mar 2003 03:09:54 +0000
parents a964972cb361
children 9810ce8e7a96
comparison
equal deleted inserted replaced
4758:2202f056a1c9 4759:1762496d502a
193 */ 193 */
194 #define AIM_CB_ICQ_ERROR 0x0001 194 #define AIM_CB_ICQ_ERROR 0x0001
195 #define AIM_CB_ICQ_OFFLINEMSG 0x00f0 195 #define AIM_CB_ICQ_OFFLINEMSG 0x00f0
196 #define AIM_CB_ICQ_OFFLINEMSGCOMPLETE 0x00f1 196 #define AIM_CB_ICQ_OFFLINEMSGCOMPLETE 0x00f1
197 #define AIM_CB_ICQ_INFO 0x00f2 197 #define AIM_CB_ICQ_INFO 0x00f2
198 #define AIM_CB_ICQ_ALIAS 0x00f3
198 #define AIM_CB_ICQ_DEFAULT 0xffff 199 #define AIM_CB_ICQ_DEFAULT 0xffff
199 200
200 /* 201 /*
201 * SNAC Family: Server-Stored Buddy Lists 202 * SNAC Family: Server-Stored Buddy Lists
202 */ 203 */