From 450ce2bfb8d3ea2c093fb9ff6df17b02b5719bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 10 Dec 2019 01:32:46 +0100 Subject: kopete: Change the default AIM server from login.oscar.aol.com to iwarg.ddns.net. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 24748270289583a17ed348baf0a21c28f700a5de) --- kopete/protocols/oscar/aim/aimaccount.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete/protocols/oscar/aim/aimaccount.cpp') diff --git a/kopete/protocols/oscar/aim/aimaccount.cpp b/kopete/protocols/oscar/aim/aimaccount.cpp index f6be26b7..4fbe472a 100644 --- a/kopete/protocols/oscar/aim/aimaccount.cpp +++ b/kopete/protocols/oscar/aim/aimaccount.cpp @@ -208,7 +208,7 @@ AIMAccount::AIMAccount(Kopete::Protocol *parent, TQString accountID, const char setMyself( mc ); myself()->setOnlineStatus( static_cast( parent )->statusOffline ); TQString profile = configGroup()->readEntry( "Profile", - i18n( "Visit the Kopete website at http://kopete.kde.org") ); + i18n( "Visit the Kopete website at http://trinitydesktop.org") ); mc->setOwnProfile( profile ); m_joinChatDialog = 0; @@ -759,7 +759,7 @@ void AIMAccount::connectWithPassword( const TQString & ) // Get the screen name for this account TQString screenName = accountId(); - TQString server = configGroup()->readEntry( "Server", TQString::fromLatin1( "login.oscar.aol.com" ) ); + TQString server = configGroup()->readEntry( "Server", TQString::fromLatin1( "iwarg.ddns.net" ) ); uint port = configGroup()->readNumEntry( "Port", 5190 ); Connection* c = setupConnection( server, port ); -- cgit v1.2.1