comparison libpurple/protocols/msn/msg.h @ 31238:e6447e4062da

Add support for Parts in the MsnSlpMessages and MsnMessages structs.
author masca@cpw.pidgin.im
date Wed, 16 Jun 2010 21:55:23 +0000
parents 155db1253acf
children 623e38669111
comparison
equal deleted inserted replaced
31237:cce127730270 31238:e6447e4062da
57 #include "command.h" 57 #include "command.h"
58 #include "session.h" 58 #include "session.h"
59 #include "transaction.h" 59 #include "transaction.h"
60 #include "user.h" 60 #include "user.h"
61 #include "slpmsg.h" 61 #include "slpmsg.h"
62 #include "slpmsg_part.h"
62 63
63 typedef void (*MsnMsgCb)(MsnMessage *, void *data); 64 typedef void (*MsnMsgCb)(MsnMessage *, void *data);
64 65
65 #define MSG_BODY_DEM "\r\n\r\n" 66 #define MSG_BODY_DEM "\r\n\r\n"
66 #define MSG_LINE_DEM "\r\n" 67 #define MSG_LINE_DEM "\r\n"
77 78
78 MsnMsgType type; 79 MsnMsgType type;
79 80
80 gboolean msnslp_message; 81 gboolean msnslp_message;
81 MsnSlpMessage *slpmsg; 82 MsnSlpMessage *slpmsg;
83 MsnSlpMessagePart *part;
82 84
83 char *remote_user; 85 char *remote_user;
84 char flag; 86 char flag;
85 87
86 char *content_type; 88 char *content_type;