KTp/RepeatedDiscussions/Skype

From KDE Community Wiki
Revision as of 23:14, 7 December 2012 by D ed (talk | contribs) (Created page with "Why don't we support Skype ===Summary=== Because we can't. At least, not well. Skype has not been reversed engineered for use in open source projects. So this involves usin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Why don't we support Skype

Summary

Because we can't. At least, not well.

Skype has not been reversed engineered for use in open source projects. So this involves using Skype APIs. There are two Skype interfaces, both of which are problematic.

Desktop API Interface(s)

When the Skype client is running on the desktop it provides access for third party applications (http://developer.skype.com/desktop-api-reference) to talk to the application. This is done via either X11 messaging, or via Dbus.

This is requires Skype to be running and is very limited. It does not provide a lot of required information that KTp really needs.

A two LibPurple plugins exist for Skype, each using the interfaces listed. These are exposed via Telepathy through Telepathy-Haze.

We have added the relevant support into KTp for this Telepathy backend, however in reality due to varying versions of Skype, LibPurple, the LibPurple Plugins and finally Telepathy Haze this does not always work. Research into what versions work and don't, would be useful.

The proper API

Skype also have a proper API (https://developer.skype.com/), for use by clients into devices and hardware. There is even a directly Telepathy backend for Skype used by Nokia on the N9. Unfortunately this is not open-source, and licensing of the Skype API even prevents us from making our own interface.


Solution

Try and convince your friends to use a platform based on open standards (such as Google Talk). This is why open standards are awesome!