changeset 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 957b26cadd97
children 3d4f9d774ce6
files libpurple/protocols/msn/msn.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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) | \