Project name: wxAIM
Intended Audience: Developers
License: The MIT License
Operating System: Platform Independent
Programming Language: C++
Topic: AOL Instant Messenger
Libraries used: wxWidgets

Summary:
wxAIM is an API that enables communication with AOL Instant Messenger servers via the OSCAR protocol. The goal of the project is to provide a simple object oriented interface that allows AIM capability to be added to any wxWidgets application. wxAIM utilizes standard C++ and is completely cross-platform. Because the project is an application protocol interface, no graphical user interface is provided with the project.

Primary reason for development:
Currently, there is no existing library (that I know of) that is able to handle an OSCAR session using C++, and is completely detached from any graphical user interface. Most of the implementations I have encountered use Java, plain C, or do not support the full OSCAR protocol. (Note: many projects support AOL’s open source protocol, known as TOC. But, TOC’s features are only a subset of OSCAR’s.) This project will be able to compile with just the wxWidgets library installed; it is a “no strings attached” implementation.

A top priority of this project is to maintain simplicity and ease of use. The most widely used features of the OSCAR protocol will be implemented first. These include (but are not limited to):

I have already implemented many of the basic OSCAR features for wxAIM, such as IM sending, IM receiving, posting away messages, and setting profile information, et cetera. Challenges and obstacles to this project include:

Major features of the project include the following:

Links to related items and documentation include: