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"

(New page: ==Skype Provider== Scott's been working on a Skype provider implementation for the ECF presence API. It's not yet ready for prime-time, but getting closer. See screenshots below. ==Sou...)
 
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
==Skype Provider==
 
==Skype Provider==
  
Scott's been working on a Skype provider implementation for the ECF presence API.  It's not yet ready for prime-time, but getting closer.  See screenshots below.
+
The Skype Provider now implements the ECF [[ECF_Providers#Call_.28org.eclipse.ecf.call.29|Call API]], the [[ECF_API_Docs#Presence_API|Presence API]], and the [[ECF_API_Docs#Datashare_API|Datashare API]].   
 +
 
 +
Due to releng resource constraints, we are not building the Skype plugins at the [https://build.ecf-project.org/jenkins/ ECF builder].  We would like to do so, however, so if you are able/willing to contribute some releng effort to this end please contact us via the [https://dev.eclipse.org/mailman/listinfo/ecf-dev  ecf-dev mailing list].  Also, if you wish you can build it yourself by retrieving the source code and building it locally.  See Source Code below.
 +
 
 +
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 [mailto:ecf-dev@eclipse.org email us] if you would like to help.
  
 
==Source Code==
 
==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>
+
The source is now accessible via a Github project
  
<pre>
+
[https://github.com/ECF/Skype Skype Project - https://github.com/ECF/Skype]
<?xml version="1.0" encoding="UTF-8"?>
+
 
<psf version="2.0">
+
[https://github.com/ECF All ECF projects at github]
<provider id="org.eclipse.team.cvs.core.cvsnature">
+
<project reference="1.0,:pserver:cvs.sourceforge.jp:/cvsroot/skype,eclipse/plugins/com.skype.tests,com.skype.tests"/>
+
<project reference="1.0,:pserver:ecf1.osuosl.org:/ecf,tests/org.eclipse.ecf.tests.call,org.eclipse.ecf.tests.call"/>
+
<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.win32.win32.x86,com.skype.win32.win32.x86"/>
+
<project reference="1.0,:pserver:cvs.sourceforge.jp:/cvsroot/skype,eclipse/plugins/com.skype.examples,com.skype.examples"/>
+
<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>
+
</pre>
+
  
 
==Screen Shots==
 
==Screen Shots==
 +
 +
===Connecting to Skype (assumes Skype already running)===
 +
[[Image:Skype1.png]]
 +
 +
===Permission Dialog===
 +
[[Image:Skype2.png]]
 +
 +
===Connect Wizard===
 +
[[Image:Skype3.png]]
 +
 +
===Buddy List Info===
 +
[[Image:Skype4.png]]
 +
 +
===Calling Users with Context Menu===
 +
[[Image:Skype5.png]]
 +
 +
===Starting IM/Chat===
 +
[[Image:Skype6.png]]
 +
 +
===Sending/Receiving IM===
 +
[[Image:Skype7.png]]
 +
 +
[[Category:Eclipse Communication Framework]]
 +
[[Category:ECF]]

Latest revision as of 12:59, 21 July 2011

Skype Provider

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

Due to releng resource constraints, we are not building the Skype plugins at the ECF builder. We would like to do so, however, so if you are able/willing to contribute some releng effort to this end please contact us via the ecf-dev mailing list. Also, if you wish you can build it yourself by retrieving the source code and building it locally. See Source Code below.

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

The source is now accessible via a Github project

Skype Project - https://github.com/ECF/Skype

All ECF projects at github

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

Back to the top