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-11-08 05:38:05 +0300
committerEion Robb <eion@robbmob.com>2015-11-08 05:38:05 +0300
commit72bc13fa9247833948e451c35af52b32c31e9e0f (patch)
tree41f73890b87c0470148cead5d487edb2f9f658b6
parent905801909fe41c0b8f01be888e6c4189bd5a4a6a (diff)
SkypeWeb : Let's finally make a 1.0v1.0
-rw-r--r--skypeweb/libskypeweb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/skypeweb/libskypeweb.h b/skypeweb/libskypeweb.h
index 4ae8c98..6b1fcba 100644
--- a/skypeweb/libskypeweb.h
+++ b/skypeweb/libskypeweb.h
@@ -228,7 +228,7 @@ G_MODULE_EXPORT GType skypeweb_protocol_get_type(void);
#define SKYPEWEB_MAX_MSG_RETRY 2
#define SKYPEWEB_PLUGIN_ID "prpl-skypeweb"
-#define SKYPEWEB_PLUGIN_VERSION "0.1"
+#define SKYPEWEB_PLUGIN_VERSION "1.0"
#define SKYPEWEB_LOCKANDKEY_APPID "msmsgs@msnmsgr.com"
#define SKYPEWEB_LOCKANDKEY_SECRET "Q1P7W2E4J9R8U3S5"
@@ -240,7 +240,7 @@ G_MODULE_EXPORT GType skypeweb_protocol_get_type(void);
#define SKYPEWEB_VIDEOMAIL_HOST "vm.skype.com"
#define SKYPEWEB_CLIENTINFO_NAME "swx-skype.com"
-#define SKYPEWEB_CLIENTINFO_VERSION "908/1.7.251"
+#define SKYPEWEB_CLIENTINFO_VERSION "908/1.13.79"
#define SKYPEWEB_BUDDY_IS_MSN(a) G_UNLIKELY((a) != NULL && strchr((a), '@') != NULL)