comparison src/protocols/oscar/info.c @ 4898:bd37db7531e4

[gaim-migrate @ 5230] I Nathan D. Walped the gaimrc file so that it writes a .gaimrc.save file and then renames it to .gaimrc, in the hopes of avoiding the loss of this data in a time that could be crucial to forward progress. Or something. I tested it with and without specifying -f I added a "Status: Not Available" (or whatever) string to ICQ tooltips. This should help at least until we get some new icons. AHEM. And then I dunno, I was planning on taking it out after that, but it could be useful. Also updated some comments and var names in oscar.c to keep things accurate, because I'm one of those people that actually does that. Go ask your Goddess if you've served her well committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 27 Mar 2003 21:41:21 +0000
parents 773135edda4a
children 09f7f23dc83a
comparison
equal deleted inserted replaced
4897:65a0a360e8c4 4898:bd37db7531e4
305 {AIM_CAPS_SENDBUDDYLIST, 305 {AIM_CAPS_SENDBUDDYLIST,
306 {0x09, 0x46, 0x13, 0x4b, 0x4c, 0x7f, 0x11, 0xd1, 306 {0x09, 0x46, 0x13, 0x4b, 0x4c, 0x7f, 0x11, 0xd1,
307 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, 307 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
308 308
309 /* 309 /*
310 * Setting this lets AIM users receive messages from 310 * Setting this lets AIM users receive messages from ICQ users, and ICQ
311 * ICQ users, and ICQ users receive messages from AIM 311 * users receive messages from AIM users. It also lets ICQ users show
312 * users. 312 * up in buddy lists for AIM users, and AIM users show up in buddy lists
313 * for ICQ users. And ICQ privacy/invisibility acts like AIM privacy,
314 * in that if you add a user to your deny list, you will not be able to
315 * see them as online (previous you could still see them, but they
316 * couldn't see you.
313 */ 317 */
314 {AIM_CAPS_INTEROPERATE, 318 {AIM_CAPS_INTEROPERATE,
315 {0x09, 0x46, 0x13, 0x4d, 0x4c, 0x7f, 0x11, 0xd1, 319 {0x09, 0x46, 0x13, 0x4d, 0x4c, 0x7f, 0x11, 0xd1,
316 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, 320 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
317 321