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-05 23:51:10 +0300
committerEion Robb <eion@robbmob.com>2015-08-05 23:51:10 +0300
commit0c354d57caf1f279bbeadf80a3a57cfda3cb6217 (patch)
tree154b835005e30cad1b15ee0a82b9ddd583c395ae
parent110797514b0bdcf1379606c2e9350111fc87b83b (diff)
Skypeweb : Ugh, forgot to commit this in previous commits too :(
-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 18204b9..27853ff 100644
--- a/skypeweb/skypeweb_connection.c
+++ b/skypeweb/skypeweb_connection.c
@@ -583,7 +583,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) || g_str_equal(host, SKYPEWEB_VIDEOMAIL_HOST)) {
+ if (g_str_equal(host, SKYPEWEB_CONTACTS_HOST) || g_str_equal(host, SKYPEWEB_VIDEOMAIL_HOST) || g_str_equal(host, SKYPEWEB_NEW_CONTACTS_HOST)) {
g_string_append_printf(request, "X-Skypetoken: %s\r\n", sa->skype_token);
g_string_append(request, "X-Stratus-Caller: " SKYPEWEB_CLIENTINFO_NAME "\r\n");
g_string_append(request, "X-Stratus-Request: abcd1234\r\n");