comparison libpurple/protocols/msn/msg.h @ 30766:c2e911eeffc9

Drop MsnSlpFooter in favor of MsnP2pFooter.
author masca@cpw.pidgin.im
date Thu, 03 Jun 2010 21:44:36 +0000
parents 4a8ebd7ed879
children e5e712cf9f7e
comparison
equal deleted inserted replaced
30765:4a8ebd7ed879 30766:c2e911eeffc9
66 #define MSG_LINE_DEM "\r\n" 66 #define MSG_LINE_DEM "\r\n"
67 67
68 #define MSG_OIM_BODY_DEM "\n\n" 68 #define MSG_OIM_BODY_DEM "\n\n"
69 #define MSG_OIM_LINE_DEM "\n" 69 #define MSG_OIM_LINE_DEM "\n"
70 70
71 typedef struct
72 {
73 guint32 value;
74 } MsnSlpFooter;
75
76 /** 71 /**
77 * A message. 72 * A message.
78 */ 73 */
79 struct _MsnMessage 74 struct _MsnMessage
80 { 75 {
93 gsize body_len; 88 gsize body_len;
94 guint total_chunks; /**< How many chunks in this multi-part message */ 89 guint total_chunks; /**< How many chunks in this multi-part message */
95 guint received_chunks; /**< How many chunks we've received so far */ 90 guint received_chunks; /**< How many chunks we've received so far */
96 91
97 MsnP2PBinaryHeader msnslp_header; 92 MsnP2PBinaryHeader msnslp_header;
98 MsnSlpFooter msnslp_footer; 93 MsnP2PFooter msnslp_footer;
99 94
100 GHashTable *header_table; 95 GHashTable *header_table;
101 GList *header_list; 96 GList *header_list;
102 97
103 gboolean ack_ref; /**< A flag that states if this message has 98 gboolean ack_ref; /**< A flag that states if this message has