Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Skype Provider"

(Skype Provider)
m (Source Code)
Line 12: Line 12:
 
[http://www.eclipse.org/ecf/dev_resources.php here]
 
[http://www.eclipse.org/ecf/dev_resources.php here]
  
<pre>
+
<source lang="xml">
 
<?xml version="1.0" encoding="UTF-8"?>
 
<?xml version="1.0" encoding="UTF-8"?>
 
<psf version="2.0">
 
<psf version="2.0">
Line 23: Line 23:
 
</provider>
 
</provider>
 
</psf>
 
</psf>
</pre>
+
</source>
  
 
==Screen Shots==
 
==Screen Shots==

Revision as of 13:00, 16 June 2009

Skype Provider

The Skype Provider now implements the ECF Call API, the Presence API, and the Datashare API.

You can install the plugin via the ECF OSU OSL Web Page. It's currently working for win32 at the moment...we are working on getting the macosx and linux fragments going properly and need access to mac and linux boxes for testing. Please email us if you would like to help.

Source Code

Here is a project set file to get read access to the Skype provider bundle projects. This currently only include the Windows native code fragment, but we are working on Mac OSX, and Linux fragments. Save the following to a local file (e.g. ecf_skype.psf), and them within Eclipse choose File->Import...->Team Project Set->Browse... and choose the file saved. When prompted for username/password give username->anonymous, password-><leave empty>

Note. You will need the ECF core plugins to build/compile the plugins included below. Get the core plugins here

<?xml version="1.0" encoding="UTF-8"?>
<psf version="2.0">
<provider id="org.eclipse.team.cvs.core.cvsnature">
<project reference="1.0,:pserver:cvs.sourceforge.jp:/cvsroot/skype,eclipse/plugins/com.skype,com.skype"/>
<project reference="1.0,:pserver:cvs.sourceforge.jp:/cvsroot/skype,eclipse/plugins/com.skype.linux.x86,com.skype.linux.x86"/>
<project reference="1.0,:pserver:cvs.sourceforge.jp:/cvsroot/skype,eclipse/plugins/com.skype.win32.win32.x86,com.skype.win32.win32.x86"/>
<project reference="1.0,:pserver:ecf1.osuosl.org:/ecf,plugins/org.eclipse.ecf.provider.skype,org.eclipse.ecf.provider.skype"/>
<project reference="1.0,:pserver:ecf1.osuosl.org:/ecf,plugins/org.eclipse.ecf.provider.skype.ui,org.eclipse.ecf.provider.skype.ui"/>
</provider>
</psf>

Screen Shots

Connecting to Skype (assumes Skype already running)

Skype1.png

Permission Dialog

Skype2.png

Connect Wizard

Skype3.png

Buddy List Info

Skype4.png

Calling Users with Context Menu

Skype5.png

Starting IM/Chat

Skype6.png

Sending/Receiving IM

Skype7.png

Copyright © Eclipse Foundation, Inc. All Rights Reserved.