comparison libpurple/protocols/oscar/oscar.h @ 25030:986edbefc516

Remove the rest of the status node code
author Mark Doliner <mark@kingant.net>
date Thu, 29 Jan 2009 08:23:12 +0000
parents 2c80f3d839c7
children 0f2503390a6b 717a356d022b
comparison
equal deleted inserted replaced
25029:025b7767810c 25030:986edbefc516
539 /** A linked list containing FlapConnections. */ 539 /** A linked list containing FlapConnections. */
540 GSList *oscar_connections; 540 GSList *oscar_connections;
541 541
542 /** A linked list containing PeerConnections. */ 542 /** A linked list containing PeerConnections. */
543 GSList *peer_connections; 543 GSList *peer_connections;
544
545 /** Queue of ICQ Status Notes to request. */
546 GSList *statusnotes_queue;
547 guint statusnotes_queue_timer;
548 }; 544 };
549 545
550 /* Valid for calling aim_icq_setstatus() and for aim_userinfo_t->icqinfo.status */ 546 /* Valid for calling aim_icq_setstatus() and for aim_userinfo_t->icqinfo.status */
551 #define AIM_ICQ_STATE_NORMAL 0x00000000 547 #define AIM_ICQ_STATE_NORMAL 0x00000000
552 #define AIM_ICQ_STATE_AWAY 0x00000001 548 #define AIM_ICQ_STATE_AWAY 0x00000001