summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/SkypeWeb/src/main.cpp')
-rw-r--r--protocols/SkypeWeb/src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/main.cpp b/protocols/SkypeWeb/src/main.cpp
index 530678a0db..d5d8f594db 100644
--- a/protocols/SkypeWeb/src/main.cpp
+++ b/protocols/SkypeWeb/src/main.cpp
@@ -39,7 +39,8 @@ PLUGININFOEX pluginInfoEx =
};
CMPlugin::CMPlugin() :
- ACCPROTOPLUGIN<CSkypeProto>("SKYPE", pluginInfoEx)
+ ACCPROTOPLUGIN<CSkypeProto>("SKYPE", pluginInfoEx),
+ szDefaultServer("azeus1-client-s.gateway.messenger.live.com")
{
SetUniqueId(SKYPE_SETTINGS_ID);
}