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:
authorJunker <dk-junker@ya.ru>2017-02-26 18:51:37 +0300
committerJunker <dk-junker@ya.ru>2017-02-26 18:51:37 +0300
commitec057ab63f34e626918d6c2e86ce0a7b616006c1 (patch)
tree073cf490fdd353f624ba81403708e76016cf3a80 /skypeweb/libskypeweb.h
parentf93d94f139f8915e222f43e4dd7b182979c4e443 (diff)
fix idle status problem
Diffstat (limited to 'skypeweb/libskypeweb.h')
-rw-r--r--skypeweb/libskypeweb.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/skypeweb/libskypeweb.h b/skypeweb/libskypeweb.h
index 0c28720..b24c98d 100644
--- a/skypeweb/libskypeweb.h
+++ b/skypeweb/libskypeweb.h
@@ -273,6 +273,14 @@ G_MODULE_EXPORT GType skypeweb_protocol_get_type(void);
#define SKYPEWEB_CLIENTINFO_NAME "swx-skype.com"
#define SKYPEWEB_CLIENTINFO_VERSION "908/1.63.51"
+#define SKYPEWEB_STATUS_ONLINE "Online"
+#define SKYPEWEB_STATUS_IDLE "Idle"
+#define SKYPEWEB_STATUS_AWAY "Away"
+#define SKYPEWEB_STATUS_BUSY "Busy"
+#define SKYPEWEB_STATUS_HIDDEN "Hidden"
+#define SKYPEWEB_STATUS_OFFLINE "Offline"
+
+
#define SKYPEWEB_BUDDY_IS_MSN(a) G_UNLIKELY((a) != NULL && strchr((a), '@') != NULL)
#define SKYPEWEB_BUDDY_IS_PHONE(a) G_UNLIKELY((a) != NULL && *(a) == '+')
#define SKYPEWEB_BUDDY_IS_S4B(a) G_UNLIKELY((a) != NULL && g_str_has_prefix((a), "2:"))