1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

shouldn't need hack for gmail/gtalk, because SRV record lookup is

supported now
This commit is contained in:
Jeff Mitchell
2011-02-10 22:23:09 -05:00
parent 4978789dcf
commit 8138894180

View File

@@ -32,14 +32,6 @@ JabberPlugin::connect( bool startup )
return false;
}
// gtalk check
//FIXME: Can remove this once the SRV lookups work
if ( server.isEmpty() && ( splitJid[1] == "gmail.com" || splitJid[1] == "googlemail.com" ) )
{
qDebug() << "Setting jabber server to talk.google.com";
server = "talk.google.com";
}
if ( server.isEmpty() )
server = splitJid[1];