comparison libpurple/protocols/msn/notification.c @ 21102:f387e8c671a4

propagate from branch 'im.pidgin.pidgin' (head 267f2e22b77cc35309c41a034169f74faaa46e1f) to branch 'im.pidgin.cpw.khc.msnp14.soap' (head ad5838522d44d037dc333469f1ab6df844ca1875)
author Ka-Hing Cheung <khc@hxbc.us>
date Wed, 24 Oct 2007 02:48:32 +0000
parents 758d10b409a5 741c3b5eac21
children 35b4f1dc4c8d
comparison
equal deleted inserted replaced
21005:fcce0bf2a279 21102:f387e8c671a4
1788 if (strcmp(msg->remote_user, "Hotmail")) 1788 if (strcmp(msg->remote_user, "Hotmail"))
1789 /* This isn't an official message. */ 1789 /* This isn't an official message. */
1790 return; 1790 return;
1791 1791
1792 /*new a oim session*/ 1792 /*new a oim session*/
1793 /* There are several things that call this */ 1793 // session->oim = msn_oim_new(session);
1794 if (session->oim == NULL)
1795 session->oim = msn_oim_new(session);
1796 // msn_oim_connect(session->oim); 1794 // msn_oim_connect(session->oim);
1797 1795
1798 table = msn_message_get_hashtable_from_body(msg); 1796 table = msn_message_get_hashtable_from_body(msg);
1799 1797
1800 mdata = g_hash_table_lookup(table, "Mail-Data"); 1798 mdata = g_hash_table_lookup(table, "Mail-Data");