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>2015-08-10 00:51:34 +0300
committerEion Robb <eion@robbmob.com>2015-08-10 00:51:34 +0300
commita280630b55dc6e98c413045c6633c74f195bf02f (patch)
tree4e0fa1d1ae0fa05d6a180125eb392a2849dc4e9e /skypeweb/libskypeweb.h
parent774525bab286d5cfc0b871a6d15404e08cbda462 (diff)
SkypeWeb : Maybe make things work with MSN contacts
Diffstat (limited to 'skypeweb/libskypeweb.h')
-rw-r--r--skypeweb/libskypeweb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/skypeweb/libskypeweb.h b/skypeweb/libskypeweb.h
index 0365c7e..cc9ffc5 100644
--- a/skypeweb/libskypeweb.h
+++ b/skypeweb/libskypeweb.h
@@ -209,6 +209,8 @@ G_MODULE_EXPORT GType skypeweb_protocol_get_type(void);
#define SKYPEWEB_CLIENTINFO_NAME "swx-skype.com"
#define SKYPEWEB_CLIENTINFO_VERSION "908/1.7.251"
+#define SKYPEWEB_BUDDY_IS_MSN(a) G_UNLIKELY((a) != NULL && strchr((a), '@') != NULL)
+
typedef struct _SkypeWebAccount SkypeWebAccount;
typedef struct _SkypeWebBuddy SkypeWebBuddy;