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

AIMProviderForECF

Revision as of 13:39, 29 March 2009 by Liucong07.gmail.com (Talk | contribs) (Detailed Description)

Project Description:

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 quick 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 is as follows:

  • AIM namespace and implement the AIM IDs.
  • the ContainerInstantiator for AIM Provider.
  • the AIMContainer and AIMPresenceContainer, AIMChatRootManager
  • the FileTransfer for AIM Provider(org.eclipse.ecf.filetransfer)
  • the Shared Object for AIM Provider.
  • the Datashare for AIM Provider.
  • some GUI for AIM Provider. Which is important for AIM Provider

Experience in this Field

Back to the top