[tuxdroid-svn] r6006 - software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/execut
Status: Beta
Brought to you by:
ks156
From: jerome <c2m...@c2...> - 2009-12-22 10:43:56
|
Author: jerome Date: 2009-12-22 11:43:39 +0100 (Tue, 22 Dec 2009) New Revision: 6006 Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/IPNCommands.py Log: * Added final commands. Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/IPNCommands.py =================================================================== --- software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/IPNCommands.py 2009-12-22 10:43:23 UTC (rev 6005) +++ software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/IPNCommands.py 2009-12-22 10:43:39 UTC (rev 6006) @@ -37,4 +37,7 @@ REJECT_INCOMING = '9' #Outgoing call commands. -GET_CONTACTS_LIST = '10' \ No newline at end of file +GET_CONTACTS_LIST = '10' +NEXT_CONTACT = '11' +PREVIOUS_CONTACT = '12' +CALL_CONTACT = '13' \ No newline at end of file |