comparison src/protocols/oscar/aim.h @ 2507:1069b0940237

[gaim-migrate @ 2520] hi. this is better. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 15 Oct 2001 03:16:01 +0000
parents 95b4ec08abec
children 93f9bbd62630
comparison
equal deleted inserted replaced
2506:072f253d5939 2507:1069b0940237
369 369
370 /* Values for sess->flags */ 370 /* Values for sess->flags */
371 #define AIM_SESS_FLAGS_SNACLOGIN 0x00000001 371 #define AIM_SESS_FLAGS_SNACLOGIN 0x00000001
372 #define AIM_SESS_FLAGS_XORLOGIN 0x00000002 372 #define AIM_SESS_FLAGS_XORLOGIN 0x00000002
373 #define AIM_SESS_FLAGS_NONBLOCKCONNECT 0x00000004 373 #define AIM_SESS_FLAGS_NONBLOCKCONNECT 0x00000004
374
375 /* Valid for calling aim_icq_setstatus() and for aim_userinfo_t->icqinfo.status */
376 #define AIM_ICQ_STATE_ONLINE 0x0000
377 #define AIM_ICQ_STATE_AWAY 0x0001
378 #define AIM_ICQ_STATE_DND 0x0002
379 #define AIM_ICQ_STATE_NA 0x0004
380 #define AIM_ICQ_STATE_OCCUPIED 0x0010
381 #define AIM_ICQ_STATE_CHAT 0x0020
382 #define AIM_ICQ_STATE_INVISIBLE 0x0100
374 383
375 /* 384 /*
376 * AIM User Info, Standard Form. 385 * AIM User Info, Standard Form.
377 */ 386 */
378 typedef struct { 387 typedef struct {
565 faim_export int aim_bos_reqbuddyrights(aim_session_t *, aim_conn_t *); 574 faim_export int aim_bos_reqbuddyrights(aim_session_t *, aim_conn_t *);
566 faim_export int aim_bos_reqlocaterights(aim_session_t *, aim_conn_t *); 575 faim_export int aim_bos_reqlocaterights(aim_session_t *, aim_conn_t *);
567 faim_export int aim_setversions(aim_session_t *sess, aim_conn_t *conn); 576 faim_export int aim_setversions(aim_session_t *sess, aim_conn_t *conn);
568 faim_export int aim_setdirectoryinfo(aim_session_t *sess, aim_conn_t *conn, const char *first, const char *middle, const char *last, const char *maiden, const char *nickname, const char *street, const char *city, const char *state, const char *zip, int country, fu16_t privacy); 577 faim_export int aim_setdirectoryinfo(aim_session_t *sess, aim_conn_t *conn, const char *first, const char *middle, const char *last, const char *maiden, const char *nickname, const char *street, const char *city, const char *state, const char *zip, int country, fu16_t privacy);
569 faim_export int aim_setuserinterests(aim_session_t *sess, aim_conn_t *conn, const char *interest1, const char *interest2, const char *interest3, const char *interest4, const char *interest5, fu16_t privacy); 578 faim_export int aim_setuserinterests(aim_session_t *sess, aim_conn_t *conn, const char *interest1, const char *interest2, const char *interest3, const char *interest4, const char *interest5, fu16_t privacy);
570 faim_export int aim_icq_setstatus(aim_session_t *sess, aim_conn_t *conn, fu32_t status); 579 faim_export int aim_icq_setstatus(aim_session_t *sess, aim_conn_t *conn, fu16_t status);
571 580
572 faim_export struct aim_fileheader_t *aim_getlisting(aim_session_t *sess, FILE *); 581 faim_export struct aim_fileheader_t *aim_getlisting(aim_session_t *sess, FILE *);
573 582
574 #define AIM_CLIENTTYPE_UNKNOWN 0x0000 583 #define AIM_CLIENTTYPE_UNKNOWN 0x0000
575 #define AIM_CLIENTTYPE_MC 0x0001 584 #define AIM_CLIENTTYPE_MC 0x0001