comparison libgaim/protocols/msn/switchboard.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 60b1bc8dbf37
children
comparison
equal deleted inserted replaced
20389:e354528c4163 20390:d634f88e25d8
100 GQueue *msg_queue; /**< Queue of messages to send. */ 100 GQueue *msg_queue; /**< Queue of messages to send. */
101 GList *ack_list; /**< List of messages waiting for an ack. */ 101 GList *ack_list; /**< List of messages waiting for an ack. */
102 102
103 MsnSBErrorType error; /**< The error that occurred in this switchboard 103 MsnSBErrorType error; /**< The error that occurred in this switchboard
104 (if applicable). */ 104 (if applicable). */
105 GList *slplinks; /**< The list of slplinks that are using this switchboard. */ 105 MsnSlpLink *slplink; /**< The slplink that is using this switchboard. */
106 }; 106 };
107 107
108 /** 108 /**
109 * Initialize the variables for switchboard creation. 109 * Initialize the variables for switchboard creation.
110 */ 110 */