Mercurial > pidgin
comparison libpurple/protocols/msn/msn.c @ 24506:82452077f0db
Don't request an acknowledgement on an auto-response message and don't set a
timeout to say that it was never received.
Fixes #6604.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sun, 23 Nov 2008 22:40:18 +0000 |
parents | 3a3d36791a47 |
children | e344426d7c28 9fc3f5bf4455 adf153852bcf 9bdd3ab8087f 558baf33197e |
comparison
equal
deleted
inserted
replaced
24505:dc7942955a7a | 24506:82452077f0db |
---|---|
1194 g_free(msgtext); | 1194 g_free(msgtext); |
1195 | 1195 |
1196 purple_debug_info("msn", "prepare to send online Message\n"); | 1196 purple_debug_info("msn", "prepare to send online Message\n"); |
1197 if (g_ascii_strcasecmp(who, username)) | 1197 if (g_ascii_strcasecmp(who, username)) |
1198 { | 1198 { |
1199 if (flags & PURPLE_MESSAGE_AUTO_RESP) { | |
1200 msn_message_set_flag(msg, 'U'); | |
1201 } | |
1199 if (msn_user_is_yahoo(account, who)) { | 1202 if (msn_user_is_yahoo(account, who)) { |
1200 /*we send the online and offline Message to Yahoo User via UBM*/ | 1203 /*we send the online and offline Message to Yahoo User via UBM*/ |
1201 purple_debug_info("msn", "send to Yahoo User\n"); | 1204 purple_debug_info("msn", "send to Yahoo User\n"); |
1202 uum_send_msg(session, msg); | 1205 uum_send_msg(session, msg); |
1203 } else { | 1206 } else { |