comparison src/protocols/oscar/aim.h @ 7282:ad243bc63184

[gaim-migrate @ 7861] Mostly this is my usual blah clean-up/changes. I started merging that icq sms patch, but I'm not comfortable with much of it... I also made AIM have 6 login steps instead of 2. The first few go pretty quickly though. I'll probably work on this more later, but I'm going to sleep now. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 16 Oct 2003 06:12:43 +0000
parents 49839c4cbb1c
children a50eea7628cb
comparison
equal deleted inserted replaced
7281:0f7dd6715a90 7282:ad243bc63184
373 time_t addtime; 373 time_t addtime;
374 struct aim_msgcookie_s *next; 374 struct aim_msgcookie_s *next;
375 } aim_msgcookie_t; 375 } aim_msgcookie_t;
376 376
377 /* Values for sess->flags */ 377 /* Values for sess->flags */
378 #define AIM_SESS_FLAGS_SNACLOGIN 0x00000001
379 #define AIM_SESS_FLAGS_XORLOGIN 0x00000002
380 #define AIM_SESS_FLAGS_NONBLOCKCONNECT 0x00000004 378 #define AIM_SESS_FLAGS_NONBLOCKCONNECT 0x00000004
381 #define AIM_SESS_FLAGS_DONTTIMEOUTONICBM 0x00000008 379 #define AIM_SESS_FLAGS_DONTTIMEOUTONICBM 0x00000008
382 380
383 /* 381 /*
384 * AIM Session: The main client-data interface. 382 * AIM Session: The main client-data interface.
1347 char *domain; 1345 char *domain;
1348 fu16_t flag; 1346 fu16_t flag;
1349 struct aim_emailinfo *next; 1347 struct aim_emailinfo *next;
1350 }; 1348 };
1351 1349
1352 faim_export int aim_email_sendcookies(aim_session_t *sess, aim_conn_t *conn); 1350 faim_export int aim_email_sendcookies(aim_session_t *sess);
1353 faim_export int aim_email_activate(aim_session_t *sess, aim_conn_t *conn); 1351 faim_export int aim_email_activate(aim_session_t *sess);
1354 1352
1355 1353
1356 1354
1357 #if defined(FAIM_INTERNAL) || defined(FAIM_NEED_TLV) 1355 #if defined(FAIM_INTERNAL) || defined(FAIM_NEED_TLV)
1358 /* tlv.c - TLV handling */ 1356 /* tlv.c - TLV handling */