[telepathy] [Bug 334207] XMPP connection with Zimbra server shows available contacts as offline
David Edmundson
kde at davidedmundson.co.uk
Fri May 2 16:54:56 BST 2014
https://bugs.kde.org/show_bug.cgi?id=334207
--- Comment #8 from David Edmundson <kde at davidedmundson.co.uk> ---
We found it.
the kpeople datasource plugin uses the presence status rather than the presence
type.
presence.type() maps to the enum which merges the concept of "chat" and
"available". Which we use for most code.
.status() is a bit more arbitrary.
We need to either: put a switch on the type in in the datasource
OR
make libkpeople functions and KPeopleTranslationProxy::translatePresence handle
"chat" as well as "available".
I think the first one is better?
lets get this in 0.8.2
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-telepathy-bugs
mailing list