mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 02:24:50 +02:00
shouldn't need hack for gmail/gtalk, because SRV record lookup is
supported now
This commit is contained in:
@@ -32,14 +32,6 @@ JabberPlugin::connect( bool startup )
|
|||||||
return false;
|
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() )
|
if ( server.isEmpty() )
|
||||||
server = splitJid[1];
|
server = splitJid[1];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user