summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Villase?or <masca@cpw.pidgin.im>2010-07-05 20:09:20 +0000
committerJorge Villase?or <masca@cpw.pidgin.im>2010-07-05 20:09:20 +0000
commit2ae213010588ae5c95bb498750b80e9c39770c52 (patch)
tree64fd504c815a2504f251484506a8c23799624592
parent1d8929d96fd7b3bb132c97d763147ef4f88450b1 (diff)
downloadpidgin-2ae213010588ae5c95bb498750b80e9c39770c52.tar.gz
Add some more flag definitions to the p2p flags.
-rw-r--r--libpurple/protocols/msn/p2p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpurple/protocols/msn/p2p.h b/libpurple/protocols/msn/p2p.h
index 3f504136c2..accaa4f473 100644
--- a/libpurple/protocols/msn/p2p.h
+++ b/libpurple/protocols/msn/p2p.h
@@ -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;