[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kopete_0_7_branch: kdenonbeta/kopete/protocols/yahoo
From:       Andy Goossens <andygoossens () pandora ! be>
Date:       2004-01-09 15:36:49
Message-ID: 20040109153649.B3EE88FF4 () office ! kde ! org
[Download RAW message or body]

CVS commit by goossens: 

connect to scs.msg.yahoo.com (and do not use scs.yahoo.com)
as mentioned on the gaim site ;-)

still doesn't fix the yahoo problems :-(
are there protocol changes???


  M +1 -1      yahooprefs.cpp   1.11.2.2
  M +2 -2      yahooprotocol.cpp   1.60.2.2


--- kdenonbeta/kopete/protocols/yahoo/yahooprefs.cpp  #1.11.2.1:1.11.2.2
@@ -50,5 +50,5 @@ YahooPreferences::YahooPreferences(const
 
         m_config->setGroup("Yahoo");
-        m_yahooPrefsDialog->mServer->setText(m_config->readEntry("Server", \
"scs.yahoo.com")); +        \
m_yahooPrefsDialog->mServer->setText(m_config->readEntry("Server", \
                "scs.msg.yahoo.com"));
         m_yahooPrefsDialog->mPort->setValue(m_config->readNumEntry("Port", 5050));
         m_yahooPrefsDialog->mImportContacts->setChecked(m_config->readBoolEntry("ImportContacts", \
true));

--- kdenonbeta/kopete/protocols/yahoo/yahooprotocol.cpp  #1.60.2.1:1.60.2.2
@@ -104,5 +104,5 @@ void YahooProtocol::slotSettingsChanged(
 {
         kdDebug(14180) << "YahooProtocol::slotSettingsChanged()" <<endl;
-        m_server   = KGlobal::config()->readEntry("Server", "scs.yahoo.com");
+        m_server   = KGlobal::config()->readEntry("Server", "scs.msg.yahoo.com");
         m_port     = KGlobal::config()->readNumEntry("Port", 5050);
         m_logAll   = KGlobal::config()->readBoolEntry("LogAll", true);
@@ -110,5 +110,5 @@ void YahooProtocol::slotSettingsChanged(
         m_useGroupNames     = KGlobal::config()->readNumEntry("UseGroupNames", \
false);  
-        if(m_server == "cs.yahoo.com") m_server = "scs.yahoo.com";
+        if(m_server == "cs.yahoo.com" || m_server == "scs.yahoo.com") m_server = \
                "scs.msg.yahoo.com";
         // FIXME: take out the above line asap --- it's a nasty fix for people with \
a broken config from old versions.  }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic