comparison libpurple/protocols/msn/msn.c @ 29262:558baf33197e

propagate from branch 'im.pidgin.pidgin' (head 7399f80ea98924dbddd57be1e652ecbae89d3a8e) to branch 'im.pidgin.cpw.attention_ui' (head 59a01fefc852925a87d40736c747f639270c11be)
author Marcus Lundblad <ml@update.uu.se>
date Mon, 24 Nov 2008 22:13:44 +0000
parents 24aa608c5388 82452077f0db
children 9ea6842536ba
comparison
equal deleted inserted replaced
29261:24aa608c5388 29262:558baf33197e
1196 g_free(msgtext); 1196 g_free(msgtext);
1197 1197
1198 purple_debug_info("msn", "prepare to send online Message\n"); 1198 purple_debug_info("msn", "prepare to send online Message\n");
1199 if (g_ascii_strcasecmp(who, username)) 1199 if (g_ascii_strcasecmp(who, username))
1200 { 1200 {
1201 if (flags & PURPLE_MESSAGE_AUTO_RESP) {
1202 msn_message_set_flag(msg, 'U');
1203 }
1201 if (msn_user_is_yahoo(account, who)) { 1204 if (msn_user_is_yahoo(account, who)) {
1202 /*we send the online and offline Message to Yahoo User via UBM*/ 1205 /*we send the online and offline Message to Yahoo User via UBM*/
1203 purple_debug_info("msn", "send to Yahoo User\n"); 1206 purple_debug_info("msn", "send to Yahoo User\n");
1204 uum_send_msg(session, msg); 1207 uum_send_msg(session, msg);
1205 } else { 1208 } else {