Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "AIMProviderForECF"

(Detailed Description)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Project Description:'''
 
 
 
===Title===
 
===Title===
 
AIM Provider for ECF
 
AIM Provider for ECF
Line 6: Line 4:
 
===Abstract===
 
===Abstract===
  
ECF allows messaging protocols to be plugged in as providers. ECF has supports a lot of messaging protocols, gtalk, msn, yahoo and so on. But AIM isn't currently supported. First this project choose to wrap an existing Java library (JOscar), because It is quick to finish in this way. It is possible to  implement the AIM protocol in this project.
+
ECF allows messaging protocols to be plugged in as providers. ECF has supports a lot of messaging protocols, gtalk, msn, yahoo and so on. But AIM isn't currently supported. First this project choose to wrap an existing Java library (JOscar), because It is easy to finish in this way. It is possible to  implement the AIM protocol in this project.
  
 
===Detailed Description===
 
===Detailed Description===
JOscar is an easy-to-use, robust library for connecting to AOL Instant Messenger from Java. This project will use JOscar to implement the AIM Provider for ECF. The main concerns is as follows:
+
JOscar is an easy-to-use, robust library for connecting to AOL Instant Messenger from Java. This project will use JOscar to implement the AIM Provider for ECF. The main concerns are as follows:
* AIM namespace and implement the AIM IDs.
+
* AIM namespace and AIM IDs.
* the ContainerInstantiator for AIM Provider.
+
* ContainerInstantiator for AIM Provider.
* the AIMContainer and AIMPresenceContainer, AIMChatRootManager
+
* AIMContainer and AIMPresenceContainer, AIMChatRootManager
* the FileTransfer for AIM Provider(org.eclipse.ecf.filetransfer)
+
* FileTransfer for AIM Provider(org.eclipse.ecf.filetransfer)
* the Shared Object for AIM Provider.
+
* Shared Object for AIM Provider.
* the Datashare for AIM Provider.
+
* Datashare for AIM Provider.
* some GUI for AIM Provider. Which is important for AIM Provider
+
* some GUIs for AIM Provider.
  
===Experience in this Field===
+
===Advices===
 +
Any advices or comments are welcome.
 +
Feel Free!

Latest revision as of 23:32, 1 April 2009

Title

AIM Provider for ECF

Abstract

ECF allows messaging protocols to be plugged in as providers. ECF has supports a lot of messaging protocols, gtalk, msn, yahoo and so on. But AIM isn't currently supported. First this project choose to wrap an existing Java library (JOscar), because It is easy to finish in this way. It is possible to implement the AIM protocol in this project.

Detailed Description

JOscar is an easy-to-use, robust library for connecting to AOL Instant Messenger from Java. This project will use JOscar to implement the AIM Provider for ECF. The main concerns are as follows:

  • AIM namespace and AIM IDs.
  • ContainerInstantiator for AIM Provider.
  • AIMContainer and AIMPresenceContainer, AIMChatRootManager
  • FileTransfer for AIM Provider(org.eclipse.ecf.filetransfer)
  • Shared Object for AIM Provider.
  • Datashare for AIM Provider.
  • some GUIs for AIM Provider.

Advices

Any advices or comments are welcome. Feel Free!

Back to the top