soc.2010.msn-tlc: 3bfecfe3: Add some more flag definitions to the p2...

masca at cpw.pidgin.im masca at cpw.pidgin.im
Mon Jul 5 23:01:24 EDT 2010


----------------------------------------------------------------------
Revision: 3bfecfe36a31083d7a557527922eb6390e30b7df
Parent:   bfcfcbf9edc3efb4bcd4bfba7c119c0e17220aae
Author:   masca at cpw.pidgin.im
Date:     07/05/10 16:09:20
Branch:   im.pidgin.soc.2010.msn-tlc
URL: http://d.pidgin.im/viewmtn/revision/info/3bfecfe36a31083d7a557527922eb6390e30b7df

Changelog: 

Add some more flag definitions to the p2p flags.

Changes against parent bfcfcbf9edc3efb4bcd4bfba7c119c0e17220aae

  patched  libpurple/protocols/msn/p2p.h

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/p2p.h	92404d8a18408c0a804bd77b137aba8a94a892e0
+++ libpurple/protocols/msn/p2p.h	c0ad708ddb194674f7427be6eba914f70b1cd967
@@ -38,7 +38,11 @@ typedef enum
 	P2P_ACK             = 0x2,        /**< Acknowledgement */
 	P2P_PENDING_INVITE  = 0x4,        /**< There is a pending invite */
 	P2P_BINARY_ERROR    = 0x8,        /**< Error on the binary level */
+	P2P_FILE            = 0x10,       /**< File */
 	P2P_MSN_OBJ_DATA    = 0x20,       /**< MsnObject data */
+	P2P_CLOSE           = 0x40,       /**< Close session */
+	P2P_TLP_ERROR       = 0x80,       /**< Error at transport layer protocol */
+	P2P_DC_HANDSHAKE    = 0x100,      /**< Direct Handshake */
 	P2P_WML2009_COMP    = 0x1000000,  /**< Compatibility with WLM 2009 */
 	P2P_FILE_DATA       = 0x1000030   /**< File transfer data */
 } MsnP2PHeaderFlag;


More information about the Commits mailing list