diff libpurple/protocols/oscar/oscar.c @ 30399:3eb2dd8a1cc7

Miranda expects a client ack from the other side for channel 2 messages, so we now send it. This is based on a patch by Jan Kaluza.
author ivan.komarov@soc.pidgin.im
date Thu, 05 Aug 2010 22:45:21 +0000
parents be056399ae5f
children a6511abec788
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c	Thu Aug 05 21:19:47 2010 +0000
+++ b/libpurple/protocols/oscar/oscar.c	Thu Aug 05 22:45:21 2010 +0000
@@ -1758,6 +1758,7 @@
 				g_free(tmp);
 
 				serv_got_im(gc, userinfo->bn, tmp2, flags, time(NULL));
+				aim_im_send_icq_confirmation(od, userinfo->bn, args->cookie);
 				g_free(tmp2);
 			}
 		} else if (args->info.rtfmsg.msgtype == 26) {