[tuxdroid-svn] r5960 - 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:45:59
|
Author: jerome Date: 2009-12-09 12:45:45 +0100 (Wed, 09 Dec 2009) New Revision: 5960 Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml Log: * Updated 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-09 11:15:05 UTC (rev 5959) +++ software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml 2009-12-09 11:45:45 UTC (rev 5960) @@ -16,21 +16,29 @@ <parameters> </parameters> <commands> - <command + <command + name="incomingCall" + description="Start Skype incoming call"/> + <command name="runDaemon" description="Start Skype notifier" daemon="true" notifier="true" expiration="1" /> <command - name="incomingCall" - description="Start Skype incoming call"/> - <command name="outgoingCall" - description="Start Skype outgoing call"/> + description="Start Skype outgoing call" + daemon="true" + exclusive="true" + critical="true" + allUserButtons="true"/> <command name="endCall" - description="Start Skype end call"/> + description="Start Skype end call" + daemon="true" + exclusive="true" + critical="true" + allUserButtons="true"/> </commands> <tasks> <task |