KTp/RepeatedDiscussions/Skype: Difference between revisions

From KDE Community Wiki
No edit summary
Line 20: Line 20:
===The proper API===
===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.
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 telepathy-skype connection manager.
 


===Solution===
===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!
Try and convince your friends to use a platform based on open standards (such as Google Talk). This is why open standards are awesome!

Revision as of 20:08, 11 December 2012

Why doesn't KTp 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 telepathy-skype connection manager.

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!