[tuxdroid-svn] r5959 - software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resour
Status: Beta
Brought to you by:
ks156
From: jerome <c2m...@c2...> - 2009-12-09 11:15:25
|
Author: jerome Date: 2009-12-09 12:15:05 +0100 (Wed, 09 Dec 2009) New Revision: 5959 Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml Log: * Updated available plugin commands. Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml =================================================================== --- software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml 2009-12-08 15:05:44 UTC (rev 5958) +++ software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml 2009-12-09 11:15:05 UTC (rev 5959) @@ -22,6 +22,15 @@ daemon="true" notifier="true" expiration="1" /> + <command + name="incomingCall" + description="Start Skype incoming call"/> + <command + name="outgoingCall" + description="Start Skype outgoing call"/> + <command + name="endCall" + description="Start Skype end call"/> </commands> <tasks> <task |