Duncan Mac-Vicar P.


skype c++ library

with 3 comments

++Skype is a C++ library for skype add-on platform independent software development. It is platform independent, easy to use, and easy to extend because of the flexible library design, inspired by modern C++ design ideas. Performance is one of the goals: only compile-time polymorphism is used.

(got my attention as Kopete has a skype plugin, using dbus though a thin layer IIRC.)

home page here, getting started here, tutorial here.

It is LGPL. The last version can control Skype not only via dbus, but also via the X11 protocol.

Written by duncan

October 23rd, 2006 at 5:56 am

Posted in uncategorized

Tagged with ,

3 Responses to 'skype c++ library'

Subscribe to comments with RSS or TrackBack to 'skype c++ library'.

  1. OpenWengo (http://OpenWengo.org) is completely open source (GPL), uses Qt for its GUI, and has a better voice quality than Skype.

    Bill

    23 Oct 06 at 8:18 am

  2. I don’t think, we should support Skype at all. OpenWengo, Ekiga or any other sip-client is better and more standards-compliant.

    Peritus

    23 Oct 06 at 11:01 am

  3. read my next post, because the word “supporting” is very ambiguois.

    And anyway, if some user wants to write a skype plugin for their personal needs (like what happened with the current Kopete plugin), you can’t prevent it. It happened. If you want support for another one, someone has to write the code. And that is more difficult to happen when the userbase of a system is smaller.

    duncan

    23 Oct 06 at 11:10 am

Leave a Reply