AIMCC C# Plugin Tutorial


Appendix A - What can you do with AIMCC?

The plugin API can do anything that an AIMCC based client, such as AIM Triton, can do.  There is detailed documentation for the API in .chm format in our /doc directory.  This help documentation contains descriptions for all AIMCC interfaces, methods and properties.  In addition, the Object Browser in Visual Studio .NET will show you the methods and properties associated with each interface after you add AccCoreLib into the project's references.

We also have sample plugin code in the /samples/plugins directory. This code is the code for the JAMS set of plugins, an overview of which is available at the JAMS website. While this code is C++, it demonstrates how to accomplish many common actions with the API, such as accessing the Buddy List, sending and receiving IMs, and setting profiles and away messages.

Back to Table of Contents


Questions? Visit http://developer.aim.com/
Last updated: 03/17/2007