comparison src/protocols/oscar/aim.h @ 8219:862dc2839646

[gaim-migrate @ 8942] Alright, this should make aim support non-ascii chars in chats. I guess I should actually test that... Anyway, it doesn't seem to break anything. It's a patch from Uli Luckas. Yay. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 09 Feb 2004 06:02:28 +0000
parents 697221d5d0ff
children 9790cda80d52
comparison
equal deleted inserted replaced
8218:4beaf6b35483 8219:862dc2839646
1117 char *lang2; 1117 char *lang2;
1118 }; 1118 };
1119 1119
1120 #define AIM_CHATFLAGS_NOREFLECT 0x0001 1120 #define AIM_CHATFLAGS_NOREFLECT 0x0001
1121 #define AIM_CHATFLAGS_AWAY 0x0002 1121 #define AIM_CHATFLAGS_AWAY 0x0002
1122 faim_export int aim_chat_send_im(aim_session_t *sess, aim_conn_t *conn, fu16_t flags, const char *msg, int msglen); 1122 faim_export int aim_chat_send_im(aim_session_t *sess, aim_conn_t *conn, fu16_t flags, const char *msg, int msglen, char *charset);
1123 faim_export int aim_chat_join(aim_session_t *sess, aim_conn_t *conn, fu16_t exchange, const char *roomname, fu16_t instance); 1123 faim_export int aim_chat_join(aim_session_t *sess, aim_conn_t *conn, fu16_t exchange, const char *roomname, fu16_t instance);
1124 faim_export int aim_chat_attachname(aim_conn_t *conn, fu16_t exchange, const char *roomname, fu16_t instance); 1124 faim_export int aim_chat_attachname(aim_conn_t *conn, fu16_t exchange, const char *roomname, fu16_t instance);
1125 faim_export char *aim_chat_getname(aim_conn_t *conn); 1125 faim_export char *aim_chat_getname(aim_conn_t *conn);
1126 faim_export aim_conn_t *aim_chat_getconn(aim_session_t *, const char *name); 1126 faim_export aim_conn_t *aim_chat_getconn(aim_session_t *, const char *name);
1127 1127