diff libpurple/protocols/msn/msn.h @ 28273:0749c8666ca0

Disable receiving Winks for now since we have no UI for it.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 17 Aug 2009 04:06:00 +0000
parents 35b6fd563056
children c3f79073c9be
line wrap: on
line diff
--- a/libpurple/protocols/msn/msn.h	Sun Aug 16 07:25:33 2009 +0000
+++ b/libpurple/protocols/msn/msn.h	Mon Aug 17 04:06:00 2009 +0000
@@ -127,7 +127,7 @@
 } MsnClientVerId;
 
 #define MSN_CLIENT_ID_VERSION      MSN_CLIENT_VER_7_0
-#define MSN_CLIENT_ID_CAPABILITIES (MSN_CLIENT_CAP_PACKET|MSN_CLIENT_CAP_INK_GIF|MSN_CLIENT_CAP_VOICEIM|MSN_CLIENT_CAP_WINKS)
+#define MSN_CLIENT_ID_CAPABILITIES (MSN_CLIENT_CAP_PACKET|MSN_CLIENT_CAP_INK_GIF|MSN_CLIENT_CAP_VOICEIM)
 
 #define MSN_CLIENT_ID \
 	((MSN_CLIENT_ID_VERSION    << 24) | \