Mercurial > pidgin
diff libpurple/protocols/msn/msg.h @ 25377:0ffa511ac165
Re-combine large (multi-part) messages on MSN since we seem to say that we
do support receiving chunked messages.
References #393, though not the same as the patch in the ticket.
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Tue, 27 Jan 2009 05:22:10 +0000 |
| parents | fb722b8b4c74 |
| children | ea98810d89c5 |
line wrap: on
line diff
--- a/libpurple/protocols/msn/msg.h Tue Jan 27 04:54:13 2009 +0000 +++ b/libpurple/protocols/msn/msg.h Tue Jan 27 05:22:10 2009 +0000 @@ -109,6 +109,8 @@ char *charset; char *body; gsize body_len; + guint total_chunks; /**< How many chunks in this multi-part message */ + guint received_chunks; /**< How many chunks we've received so far */ MsnSlpHeader msnslp_header; MsnSlpFooter msnslp_footer;
