Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2010-05-18 01:29:05 +0400
committerEion Robb <eion@robbmob.com>2010-05-18 01:29:05 +0400
commit1ac0145efd70fd0596a33b843577154c4b6188cf (patch)
treeabe1503b9607452d65c38a343d8e211b0a451f9e
parentf7c0408103e4becb79befed4cb436da9de046472 (diff)
Check if buddy is video-capable to show pretty video emblem in buddy list
-rw-r--r--libskype.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libskype.c b/libskype.c
index bcc8c71..b58d76a 100644
--- a/libskype.c
+++ b/libskype.c
@@ -44,7 +44,7 @@
#include <string.h>
//#include <internal.h>
-
+#undef ENABLE_NLS
#ifdef ENABLE_NLS
# ifdef _WIN32
# include <win32dep.h>
@@ -1419,6 +1419,7 @@ skype_update_buddy_status(PurpleBuddy *buddy)
skype_send_message_nowait("GET USER %s ONLINESTATUS", buddy->name);
skype_send_message_nowait("GET USER %s MOOD_TEXT", buddy->name);
skype_send_message_nowait("GET USER %s RICH_MOOD_TEXT", buddy->name);
+ skype_send_message_nowait("GET USER %s IS_VIDEO_CAPABLE", buddy->name);
/* if this function was called from another thread, don't loop over it */
return FALSE;