comparison src/protocols/oscar/aim.h @ 8233:4f70e8b3e05e

[gaim-migrate @ 8956] Smore changes to oscar chat stuff. Shouldn't be anything noticable. For some reason when I paste "c?mo" followed by some Japanese text into a chat it isn't received correctly. I think there is something weird with the conversation to UCS-2BE, but I'm not really sure what. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 12 Feb 2004 03:07:52 +0000
parents 9790cda80d52
children 609a62b8e748
comparison
equal deleted inserted replaced
8232:1c6a9bc1ceea 8233:4f70e8b3e05e
1118 char *lang2; 1118 char *lang2;
1119 }; 1119 };
1120 1120
1121 #define AIM_CHATFLAGS_NOREFLECT 0x0001 1121 #define AIM_CHATFLAGS_NOREFLECT 0x0001
1122 #define AIM_CHATFLAGS_AWAY 0x0002 1122 #define AIM_CHATFLAGS_AWAY 0x0002
1123 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_send_im(aim_session_t *sess, aim_conn_t *conn, fu16_t flags, const char *msg, int msglen, const char *encoding, const char *language);
1124 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_join(aim_session_t *sess, aim_conn_t *conn, fu16_t exchange, const char *roomname, fu16_t instance);
1125 faim_export int aim_chat_attachname(aim_conn_t *conn, fu16_t exchange, const char *roomname, fu16_t instance); 1125 faim_export int aim_chat_attachname(aim_conn_t *conn, fu16_t exchange, const char *roomname, fu16_t instance);
1126 faim_export char *aim_chat_getname(aim_conn_t *conn); 1126 faim_export char *aim_chat_getname(aim_conn_t *conn);
1127 faim_export aim_conn_t *aim_chat_getconn(aim_session_t *, const char *name); 1127 faim_export aim_conn_t *aim_chat_getconn(aim_session_t *, const char *name);
1128 1128