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

ECF/SIP VoIP

< ECF
Revision as of 10:00, 3 April 2009 by Harshana05.gmail.com (Talk | contribs) (SIP protocol & Provider Implementation for ECF under Eclipse Public License)

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