While trying to move from Pidgin to Empathy, I noticed that Empathy did not detect my old Pidgin logs for my meanwhile based accounts. It turns out that the method used to compute the log directory for meanwhile accounts seems to be different in pidgin and empathy, so the logs are not found. Pidgin stores logs for meanwhile based accounts in ~/.purple/logs/meanwhile but Telepathy-Logger seems to look for them in ~/.purple/logs/sametime To work around this issue, I created a symbolic link from ~/.purple/logs/sametime to ~/.purple/logs/meanwhile and Empathy started to show my previous conversations.
Interesting, so for Sametime they use the plugin name and not the protocol name for logs. We will need to add this exception, should be fairly easy. It would be nice to provide some sample logs, I would add them to the unit tests.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-logger/issues/19.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.