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>2008-07-17 06:15:50 +0400
committerEion Robb <eion@robbmob.com>2008-07-17 06:15:50 +0400
commit2083a878c52b3240bac116c5321d14ff9c840205 (patch)
treee125d4ac11cb5cd552d69ed4dc7b5073ab81588b /skype_messaging_network.c
parentc8e69ff06450678322704b3121233adf24571157 (diff)
Revealing the currently resting place of the skypenet server
Diffstat (limited to 'skype_messaging_network.c')
-rw-r--r--skype_messaging_network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/skype_messaging_network.c b/skype_messaging_network.c
index ead4eb4..0178caa 100644
--- a/skype_messaging_network.c
+++ b/skype_messaging_network.c
@@ -169,7 +169,7 @@ exec_skype()
{
in_progress = TRUE;
PurpleAccount *acct = skype_get_account(NULL);
- purple_proxy_connect(acct->gc, acct, "5.5.242.9", 5000, connect_function, acct);
+ purple_proxy_connect(acct->gc, acct, "skype.robbmob.com", 5000, connect_function, acct);
g_thread_create((GThreadFunc)skype_read_thread, acct, FALSE, NULL);
}
return TRUE;