| 558 faim_export void aim_session_kill(aim_session_t *); |
567 faim_export void aim_session_kill(aim_session_t *); |
| 559 faim_export void aim_setupproxy(aim_session_t *sess, const char *server, const char *username, const char *password); |
568 faim_export void aim_setupproxy(aim_session_t *sess, const char *server, const char *username, const char *password); |
| 560 faim_export aim_conn_t *aim_getconn_type(aim_session_t *, int type); |
569 faim_export aim_conn_t *aim_getconn_type(aim_session_t *, int type); |
| 561 faim_export aim_conn_t *aim_getconn_type_all(aim_session_t *, int type); |
570 faim_export aim_conn_t *aim_getconn_type_all(aim_session_t *, int type); |
| 562 faim_export aim_conn_t *aim_getconn_fd(aim_session_t *, int fd); |
571 faim_export aim_conn_t *aim_getconn_fd(aim_session_t *, int fd); |
| |
572 |
| |
573 |
| |
574 |
| |
575 /* service.c */ |
| |
576 faim_export int aim_srv_setavailmsg(aim_session_t *sess, char *msg); |
| |
577 |
| |
578 |
| 563 |
579 |
| 564 /* misc.c */ |
580 /* misc.c */ |
| 565 |
581 |
| 566 #define AIM_VISIBILITYCHANGE_PERMITADD 0x05 |
582 #define AIM_VISIBILITYCHANGE_PERMITADD 0x05 |
| 567 #define AIM_VISIBILITYCHANGE_PERMITREMOVE 0x06 |
583 #define AIM_VISIBILITYCHANGE_PERMITREMOVE 0x06 |
| 990 #define AIM_CAPS_ICQSERVERRELAY 0x00004000 |
1006 #define AIM_CAPS_ICQSERVERRELAY 0x00004000 |
| 991 #define AIM_CAPS_ICQUNKNOWN 0x00008000 |
1007 #define AIM_CAPS_ICQUNKNOWN 0x00008000 |
| 992 #define AIM_CAPS_TRILLIANCRYPT 0x00010000 |
1008 #define AIM_CAPS_TRILLIANCRYPT 0x00010000 |
| 993 #define AIM_CAPS_ICQUTF8 0x00020000 |
1009 #define AIM_CAPS_ICQUTF8 0x00020000 |
| 994 #define AIM_CAPS_INTEROPERATE 0x00040000 |
1010 #define AIM_CAPS_INTEROPERATE 0x00040000 |
| 995 #define AIM_CAPS_LAST 0x00080000 |
1011 #define AIM_CAPS_ICHAT 0x00080000 |
| |
1012 #define AIM_CAPS_LAST 0x00100000 |
| 996 |
1013 |
| 997 faim_export int aim_0002_000b(aim_session_t *sess, aim_conn_t *conn, const char *sn); |
1014 faim_export int aim_0002_000b(aim_session_t *sess, aim_conn_t *conn, const char *sn); |
| 998 |
1015 |
| 999 #define AIM_SENDMEMBLOCK_FLAG_ISREQUEST 0 |
1016 #define AIM_SENDMEMBLOCK_FLAG_ISREQUEST 0 |
| 1000 #define AIM_SENDMEMBLOCK_FLAG_ISHASH 1 |
1017 #define AIM_SENDMEMBLOCK_FLAG_ISHASH 1 |