-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 "[email protected]" | ||
#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) | ||
|
||
|