Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
msn: Change default login to login.passport.com
Browse files Browse the repository at this point in the history
  • Loading branch information
flynd committed May 23, 2014
1 parent 4c18a24 commit 1244d70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions licq/doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ New in 1.8.2
o Fixed crash when loading protocol plugins
o GPG: Don't retry decrypting if password is invalid
o ICQ: Fixed crash when receiving status updates
o MSN: Change default authentication host to login.passport.com
o Jabber: Fixed crash when disconnecting multiple accounts


Expand Down
4 changes: 2 additions & 2 deletions msn/src/msn.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Licq, an instant messaging client for UNIX.
* Copyright (C) 2004-2013 Licq developers <licq-dev@googlegroups.com>
* Copyright (C) 2004-2014 Licq developers <licq-dev@googlegroups.com>
*
* Licq is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -128,7 +128,7 @@ class CMSN : public Licq::ProtocolPluginHelper, public Licq::MainLoopCallback
void SendPacket(CMSNPacket *);
void Send_SB_Packet(const Licq::UserId& userId, CMSNPacket* p, Licq::TCPSocket* sock,
bool bDelete = true);
void MSNAuthenticate(const std::string& host = "loginnet.passport.com",
void MSNAuthenticate(const std::string& host = "login.passport.com",
const std::string& path = "/login2.srf");
bool MSNSBConnectStart(const std::string& server, const std::string& cookie);
bool MSNSBConnectAnswer(const std::string& server, const std::string& sessionId,
Expand Down

0 comments on commit 1244d70

Please sign in to comment.