Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] Progress regarding the GSoC project - Specific Google Services Provider

Hi all,

I have partially integrated the libjingle voice calling functionality with the google services provider of ecf. Since the libjingle is written in C++, JNI was used to bridge the call functionality to the eclipse platform. Due to this reason, Platform specific library files need to be created for use within java. Currently, I have implemented support for windows platforms only. ( Hoping to add support for linux later)

As of now, the following functionalities are available in the provider:

Initiating a voice call
Get notified of incoming calls
Querying voice capabilities of roster entries 

In addition to that the org.eclipse.ecf.provider.google.ui project (which integrates the provider with the eclipse platform) supports user interfacing facilities to the above functionalities. 

The latest code of the project is available at http://code.google.com/p/google-ecf/


--
Nuwan Samarasekera
Dept. of Computer Science and Engineering,
University of Moratuwa


Back to the top