libpurple/protocols/msn/notification.c

changeset 21068
017e7a4a57e8
parent 21065
8bbf0f6700ed
child 21367
d8f93f958500
equal deleted inserted replaced
21067:97a745428ab0 21068:017e7a4a57e8
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 session->oim = msn_oim_new(session); 1793 /* There are several things that call this */
1794 if (session->oim == NULL)
1795 session->oim = msn_oim_new(session);
1794 // msn_oim_connect(session->oim); 1796 // msn_oim_connect(session->oim);
1795 1797
1796 table = msn_message_get_hashtable_from_body(msg); 1798 table = msn_message_get_hashtable_from_body(msg);
1797 1799
1798 mdata = g_hash_table_lookup(table, "Mail-Data"); 1800 mdata = g_hash_table_lookup(table, "Mail-Data");

mercurial