View Single Post
fcrochik's Avatar
Posts: 722 | Thanked: 1,223 times | Joined on Apr 2010 @ USA
#706
epage:
Is TOR supposed to provide contacts (Roster)?

Code:
    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*))
    );
I don't ever get the finished signal for TOR. I do get for "ring" even w/o getting any contacts and I do get for "spirit" (skype) with all the skype contacts.

Decide to ask before going too crazy trying to find the problem.

Thanks
__________________

My maemo work:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Harmattan:
GeePS - native UI around google maps - GApp - access to optimized mobile "google apps".
Shutdown - shutdown and reboot with one click - QuickCall - one click call, skypeout and google voice integration using dial tones.
WakeOnLan - wake computers on your local network.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Maemo/N900:
GApp - access to optimized mobile "google apps". - MobWebMail: browser optimized to access multiple gmail accounts
MyContacts: 75 Contacts on your desktop, ring tones per group and more - GeePS: native front-end for google maps
Macuco2 : web browser to access web sites optimized for the iphone - WakeOnLan: wake up computers on your local network
dbBrowser: Simple application to browse sqlite databases

Last edited by fcrochik; 2010-07-23 at 20:17.