comparison libgaim/protocols/msn/contact.h @ 20390:d634f88e25d8

msn.tgz from SF Patch #1621854 from Ka-Hing Cheung "This tarball brings soc-2006-msnp13 up to head. In addition to that it also fixes a crash with sending offline messages. I wasn't able to generate a diff against that branch, svn seems to insist on diff'ing against HEAD after I run the merge command. After running `svn merge -r 16309:HEAD https://gaim.svn.sourceforge.net/svnroot/gaim/trunk` on the soc-2006-msnp13 you can replace the msn directory with the attached tarball. The fix for offline messaging is on msn.c:901: if (!session->oim) session->oim = msn_oim_new(session)" committer: Richard Laager <rlaager@wiktel.com>
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 15 Apr 2007 02:18:17 +0000
parents e354528c4163
children 0b0ecee55091
comparison
equal deleted inserted replaced
20389:e354528c4163 20390:d634f88e25d8
212 MsnContact * msn_contact_new(MsnSession *session); 212 MsnContact * msn_contact_new(MsnSession *session);
213 void msn_contact_destroy(MsnContact *contact); 213 void msn_contact_destroy(MsnContact *contact);
214 214
215 void msn_contact_connect(MsnContact *contact); 215 void msn_contact_connect(MsnContact *contact);
216 void msn_get_contact_list(MsnContact * contact,char * update); 216 void msn_get_contact_list(MsnContact * contact,char * update);
217 void msn_get_address_book(MsnContact *contact,char * update, char * gupdate); 217 void msn_get_address_book(MsnContact *contact, const char * update, const char * gupdate);
218 218
219 /*contact SOAP Operation*/ 219 /*contact SOAP Operation*/
220 void msn_add_contact(MsnContact *contact,const char *passport,const char *groupId); 220 void msn_add_contact(MsnContact *contact,const char *passport,const char *groupId);
221 void msn_delete_contact(MsnContact *contact,const char *contactId); 221 void msn_delete_contact(MsnContact *contact,const char *contactId);
222 222