changeset 30841:01dea46bbb42

Add some more flag definitions to the p2p flags.
author masca@cpw.pidgin.im
date Mon, 05 Jul 2010 20:09:20 +0000
parents df3e9c686b02
children e2f1c3184302
files libpurple/protocols/msn/p2p.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/p2p.h	Sat Jul 03 06:55:33 2010 +0000
+++ b/libpurple/protocols/msn/p2p.h	Mon Jul 05 20:09:20 2010 +0000
@@ -38,7 +38,11 @@
 	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;