diff options
author | Slávek Banko <[email protected]> | 2019-12-11 02:16:15 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-11 19:36:34 +0100 |
commit | e00435be5c63396933259ef554dc02a1cbf74f31 (patch) | |
tree | 5c84ec0156a4fa40b85cc30a2ea557937d3ecaac /kopete/protocols/msn/msnnotifysocket.cpp | |
parent | 7542bb6bd597400167da57dc43dd37ff85a6e173 (diff) | |
download | tdenetwork-e00435be5c63396933259ef554dc02a1cbf74f31.tar.gz tdenetwork-e00435be5c63396933259ef554dc02a1cbf74f31.zip |
kopete: Change the default MSN server from messenger.hotmail.com
to m1.escargot.log1p.xyz.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit fb65b9de0f886566151420f92f96b175ef1309c0)
Diffstat (limited to 'kopete/protocols/msn/msnnotifysocket.cpp')
-rw-r--r-- | kopete/protocols/msn/msnnotifysocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/msn/msnnotifysocket.cpp b/kopete/protocols/msn/msnnotifysocket.cpp index ec9b27c8..a575bf3f 100644 --- a/kopete/protocols/msn/msnnotifysocket.cpp +++ b/kopete/protocols/msn/msnnotifysocket.cpp @@ -627,7 +627,7 @@ void MSNNotifySocket::parseCommand( const TQString &cmd, uint id, const TQString TQString hotmailRequest = "<html>\n" "<head>\n" "<noscript>\n" - "<meta http-equiv=Refresh content=\"0; url=http://www.hotmail.com\">\n" + "<meta http-equiv=Refresh content=\"0; url=https://escargot.log1p.xyz/\">\n" "</noscript>\n" "</head>\n" "<body onload=\"document.pform.submit(); \">\n" |