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>2014-12-02 13:34:19 +0300
committerEion Robb <eion@robbmob.com>2014-12-02 13:34:19 +0300
commit2676be5e429189b10a186502eaf05174a585e6aa (patch)
tree83e7fd531fb54a498e18ad81096347c8b0c24c94 /skypeweb/skypeweb_connection.c
parentcf09cbc7717364e74232c7f858c3670aaa44b6fb (diff)
SkypeWeb : Support receiving picture messages and video mail messages
Diffstat (limited to 'skypeweb/skypeweb_connection.c')
-rw-r--r--skypeweb/skypeweb_connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/skypeweb/skypeweb_connection.c b/skypeweb/skypeweb_connection.c
index 933cceb..8d1379b 100644
--- a/skypeweb/skypeweb_connection.c
+++ b/skypeweb/skypeweb_connection.c
@@ -567,7 +567,7 @@ skypeweb_post_or_get(SkypeWebAccount *sa, SkypeWebMethod method,
g_string_append_printf(request, "Content-length: %zu\r\n", strlen(postdata));
}
- if (g_str_equal(host, SKYPEWEB_CONTACTS_HOST)) {
+ if (g_str_equal(host, SKYPEWEB_CONTACTS_HOST) || g_str_equal(host, SKYPEWEB_VIDEOMAIL_HOST)) {
g_string_append_printf(request, "X-Skypetoken: %s\r\n", sa->skype_token);
g_string_append(request, "X-Stratus-Caller: swx-skype.com\r\n");
g_string_append(request, "X-Stratus-Request: abcd1234\r\n");