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 "ECF/SIP VoIP"

< ECF
(SIP protocol & Provider Implementation for ECF under Eclipse Public License)
 
(SIP protocol & Provider Implementation for ECF under Eclipse Public License)
Line 2: Line 2:
  
 
This page contains the project proposal created by [[mailto:harshana05@gmail.com Harshana Martin]] for the GSoC idea taken from [[http://wiki.eclipse.org/Google_Summer_of_Code_2009_Ideas GSoC 2009 Ideas list]]. Comments from the viewers are welcome.
 
This page contains the project proposal created by [[mailto:harshana05@gmail.com Harshana Martin]] for the GSoC idea taken from [[http://wiki.eclipse.org/Google_Summer_of_Code_2009_Ideas GSoC 2009 Ideas list]]. Comments from the viewers are welcome.
 +
 +
 +
== Summary ==
 +
 +
Eclipse Communication Framework supports several messaging protocols at the moment, including Yahoo, MSN and XMPP, which are plugged in as providers. However, the current Yahoo provider is based on a third party Yahoo protocol implementation (jYMSG) which is distributed under GNU GPL. This is problematic for the ECF due to the incompatibility between licenses - EPL and GPL. This project aims to implement the Yahoo protocol and a provider under EPL.

Revision as of 10:00, 3 April 2009

SIP protocol & Provider Implementation for ECF under Eclipse Public License

This page contains the project proposal created by [Harshana Martin] for the GSoC idea taken from [GSoC 2009 Ideas list]. Comments from the viewers are welcome.


Summary

Eclipse Communication Framework supports several messaging protocols at the moment, including Yahoo, MSN and XMPP, which are plugged in as providers. However, the current Yahoo provider is based on a third party Yahoo protocol implementation (jYMSG) which is distributed under GNU GPL. This is problematic for the ECF due to the incompatibility between licenses - EPL and GPL. This project aims to implement the Yahoo protocol and a provider under EPL.

Back to the top