soc.2010.msn-tlc: d8d1a7f9: Add support for Parts in the MsnSlpMessa...

masca at cpw.pidgin.im masca at cpw.pidgin.im
Wed Jun 16 19:16:20 EDT 2010


-----------------------------------------------------------------
Revision: d8d1a7f9f306bf0ffba2783a2b35b8b33f7257e6
Ancestor: 8eb8de8cc192d5ba98a54419653634ce378a17dd
Author: masca at cpw.pidgin.im
Date: 2010-06-16T21:55:23
Branch: im.pidgin.soc.2010.msn-tlc
URL: http://d.pidgin.im/viewmtn/revision/info/d8d1a7f9f306bf0ffba2783a2b35b8b33f7257e6

Modified files:
        libpurple/protocols/msn/msg.h
        libpurple/protocols/msn/slpmsg.h

ChangeLog: 

Add support for Parts in the MsnSlpMessages and MsnMessages structs.

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/msg.h	56760f9c0b0dd2d7bc99c3fccf5e28bb9a7bf136
+++ libpurple/protocols/msn/msg.h	bb238fb27c820ab92f480b1a3bfbe132d7dc21b3
@@ -59,6 +59,7 @@ typedef enum
 #include "transaction.h"
 #include "user.h"
 #include "slpmsg.h"
+#include "slpmsg_part.h"
 
 typedef void (*MsnMsgCb)(MsnMessage *, void *data);
 
@@ -79,6 +80,7 @@ struct _MsnMessage
 
 	gboolean msnslp_message;
 	MsnSlpMessage *slpmsg;
+	MsnSlpMessagePart *part;
 
 	char *remote_user;
 	char flag;
============================================================
--- libpurple/protocols/msn/slpmsg.h	2e246a268658e331b764f6275bad04acb9a1e86e
+++ libpurple/protocols/msn/slpmsg.h	d60d32f062d450afdec8afd94bb3ec9fb06b6335
@@ -76,6 +76,7 @@ struct _MsnSlpMessage
 	long long size;
 
 	GList *msgs; /**< The real messages. */
+	GList *parts; /**< A list with the SlpMsgParts */
 
 #if 1
 	MsnMessage *msg; /**< The temporary real message that will be sent. */


More information about the Commits mailing list