Skype action_handler in Perl and Python
=======================================

This program is intended to bridge the gap between a browser and the Skype
client in Linux.

It's prgrammed for version 1.4. It works also with version 2.0.

Howto add this to your browser see: 
http://share.skype.com/sites/linux/2006/08/making_skype_links_work.html

There are 2 versions.

action_handler_x.y
    Action Handler in Perl. (Needs DBus Perl module)

action_handler_x.y.py
    Action Handler in Python. (Needs DBus Python module)


Revision:
---------

31. 7. 2007: Version 0.5
  Initial Relese
  Handles call and chat action

31. 7. 2007: Version 0.6
  Added all possibilities from 
  http://www.skype.com/share/buttons/advanced.html

  userinfo and sendfile currently does not work, because the Linux Client
  doesn't support it.

20. 1. 2008: Version 0.7
  Fix: A dot in a skype name was not valid.

08. 2. 2008: Version 0.8
  Add callto: as requested here:
  http://forum.skype.com/index.php?showtopic=90273&st=0&#entry494844

17. 3. 2008: Version 0.9
  Add support for callto://echo123/ urls.

26. 5. 2008: Version 0.9.1
  Add fix for numbers containing a -.
  Patch by Axel Rossberg <Axel@Rossberg.net>

17. 6. 2008: Version 0.9.2
  Add support for tel:// urls.
  Patch by Daniel González Gasull <gasull@gmail.com>

25. 8. 2009: Version 1.0
  Add support for Public chats
  action_handler "skype:?chat&blob=XXXX"

