AIM SDK?

Started by
1 comment, last by Il Maestro 21 years, 6 months ago
Hey everyone, I''m interested in learning about how AOL Instant Messenger works and maybe trying to write a little code to communicate with the AIM program. Is there an SDK available? Where can I find out about how AIM works and what protocols etc it uses. Thanks.
Advertisement
AIM uses two main protocols: OSCAR and TOC.

OSCAR is the protocol used by the AOL-distributed AIM client. The protocol is proprietary and subject to change, but has been reverse-engineered. google for gaim and libfaim for more details.

TOC is a simpler protocol, with a fully open specification. It''s used by many third-party AIM clients. However, it doesn''t have as much functionality as OSCAR; in particular, direct connections, file transfer, and password modification are not available. You can get the specification directly from AOL.

Don''t listen to me. I''ve had too much coffee.
ive seen an sdk for aim in perl, but i cannot remember where in the hell it was

--Fireking

Owner/Leader
Genetics 3rd Dimension Development
--FirekingOwner/LeaderFiregames Development &Blackdragon Studios

This topic is closed to new replies.

Advertisement