[telepathy] [Bug 354949] Can't connect to gtalk account (Authentication failed: invalid-authzid)

Martin Klapetek via KDE Bugzilla bugzilla_noreply at kde.org
Wed Nov 18 15:35:27 GMT 2015


https://bugs.kde.org/show_bug.cgi?id=354949

--- Comment #12 from Martin Klapetek <mklapetek at kde.org> ---
Ok, can you try putting this block into sessionResponse()

    qDebug() << "Response:";
    qDebug() << "\tToken:" << data.getProperty("AccessToken");
    qDebug() << "\tExpires:" << data.getProperty("ExpiresIn");
    qDebug() << "\tCaption:" << data.Caption();
    qDebug() << "\tControlTokens:" << data.getAccessControlTokens();
    qDebug() << "\tPropertyNames:" << data.propertyNames();
    qDebug() << "\tProxy:" << data.NetworkProxy();
    qDebug() << "\tRealm:" << data.Realm();
    qDebug() << "\tSecret:" << data.Secret();
    qDebug() << "\tUsername:" << data.UserName();
    qDebug() << "\t:" << data.getProperty("ScreenName");

and see if we get proper "Username" here? Then maybe we should take it from the
session data.

Btw. if you're on irc, ping mck182 in #kde-telepathy, we could get through it
faster that way.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list