comparison libpurple/protocols/msn/slpmsg.h @ 30867:6b73ff4fcc69

Get rid of the ack_size field in the SlpMessage in favor of the one in the Header. And do nothing if the released SlpMessage is an ACK or a 100 (DC Handshake).
author masca@cpw.pidgin.im
date Thu, 05 Aug 2010 23:16:49 +0000
parents b682664bae30
children d9ca3798faa5
comparison
equal deleted inserted replaced
30866:b682664bae30 30867:6b73ff4fcc69
47 47
48 MsnP2PHeader *header; 48 MsnP2PHeader *header;
49 MsnP2PFooter *footer; 49 MsnP2PFooter *footer;
50 50
51 long id; 51 long id;
52 long long ack_size;
53 52
54 gboolean sip; /**< A flag that states if this is a SIP slp message. */ 53 gboolean sip; /**< A flag that states if this is a SIP slp message. */
55 long flags; 54 long flags;
56 55
57 gboolean ft; 56 gboolean ft;