Tp::Features features; features << Tp::Connection::FeatureRoster; qDebug() << "create connection: wait to get ready (Roster)"; connect( m_account.data()->connection().data()->becomeReady(features), SIGNAL(finished(Tp::PendingOperation*)), this, SLOT(onConnectionReady(Tp::PendingOperation*)) );