How can I find out the presence status for an contact's online account?
The documentation (http://doc.qt.nokia.com/qtmobility-1...neaccount.html) says:
"Presence information for a particular QContactOnlineAccount detail is provided in a QContactPresence detail which is linked (via linkedDetailUris()) to the account detail. This information is generally provided by the backend, and is not modifiable by clients."
On my n900 application for contacts that have skype accounts setup I find the QContactOnlineAccount details with ServiceProvider skype but linkedDetailUris returns an empty array.
I also tried, just in case, "contact.details(QContactPresence::DefinitionName)" but with no success as expected.
What is the recommended way to get the presence status? Has anybody accomplished this on the maemo5 platform?
Thanks in advance,
Felipe



