1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-22 16:59:58 +01:00

sipjreen: regressions--: request subscription when adding someone to the roster

This commit is contained in:
Dominik Schmidt 2011-05-01 23:30:18 +02:00
parent 26d383eeab
commit a8441ffb4c

View File

@ -388,7 +388,7 @@ void
JabberPlugin::addContact(const QString& jid, const QString& msg)
{
// Add contact to the Tomahawk group on the roster
m_roster->add( jid, jid, QStringList() << "Tomahawk" );
m_roster->subscribe( jid, msg, jid, QStringList() << "Tomahawk" );
return;
}