comparison src/protocols/oscar/aim.h @ 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 f7150929332b
children ad589b887af9
comparison
equal deleted inserted replaced
4897:65a0a360e8c4 4898:bd37db7531e4
881 881
882 struct aim_incomingim_ch2_args { 882 struct aim_incomingim_ch2_args {
883 fu16_t status; 883 fu16_t status;
884 fu8_t cookie[8]; 884 fu8_t cookie[8];
885 fu16_t reqclass; 885 fu16_t reqclass;
886 const char *proxyip;
886 const char *clientip; 887 const char *clientip;
887 const char *clientip2;
888 const char *verifiedip; 888 const char *verifiedip;
889 fu16_t port; 889 fu16_t port;
890 fu16_t errorcode; 890 fu16_t errorcode;
891 const char *msg; /* invite message or file description */ 891 const char *msg; /* invite message or file description */
892 const char *encoding; 892 const char *encoding;