diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-26 17:02:41 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-05-26 17:02:41 +0200 |
commit | 6fb6410be208b9a6ac4a3d407ac7a221e7d852b7 (patch) | |
tree | f1a4568f32a3fb2380b73d41f16cb8858b7c14e8 /protocols/oscar/chat.c | |
parent | 1cda4f348372a755d99b291e6f4f9973a949f441 (diff) | |
parent | 60487448f3d0f3f7bb4710716e0ee257ee2edf16 (diff) |
[merge] Wilmer
Diffstat (limited to 'protocols/oscar/chat.c')
-rw-r--r-- | protocols/oscar/chat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/oscar/chat.c b/protocols/oscar/chat.c index 8843b499..df535c4f 100644 --- a/protocols/oscar/chat.c +++ b/protocols/oscar/chat.c @@ -162,6 +162,7 @@ int aim_chat_send_im(aim_session_t *sess, aim_conn_t *conn, guint16 flags, const /* [WvG] This wasn't there originally, but we really should send the right charset flags, as we also do with normal messages. Hope this will work. :-) */ + /* if (flags & AIM_CHATFLAGS_UNICODE) aimbs_put16(&fr->data, 0x0002); else if (flags & AIM_CHATFLAGS_ISO_8859_1) @@ -170,6 +171,7 @@ int aim_chat_send_im(aim_session_t *sess, aim_conn_t *conn, guint16 flags, const aimbs_put16(&fr->data, 0x0000); aimbs_put16(&fr->data, 0x0000); + */ /* * SubTLV: Type 1: Message |