AIM protocol

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi, does anyone kno the protocol for AIM or how i would go about making a
program that could communiicate with the AIM server? thanks
 
the AIM protocol is a closed protocol owned by AOL (known as OSCAR), so it's
details aren't published. However, they've been reverse engineered fairly
effectively i.e. ethereal has one that can decipher messages cleanly. Theres
some unofficial documentation @ http://gaim.sourceforge.net/protocol.php,
you'll have to write your own sockets code.
 
the AIM protocol is a closed protocol owned by AOL (known as OSCAR), so it's
details aren't published. However, they've been reverse engineered fairly
effectively i.e. ethereal has one that can decipher messages cleanly. Theres
some unofficial documentation @ http://gaim.sourceforge.net/protocol.php,
you'll have to write your own sockets code.

Theres also the open source messanger gaim. Use it on linux all the
time.
 
well then if i cant really connect to AIM, then likw what would b the basics
of like conne ting to a friends computer to send them messeges?
 
well then if i cant really connect to AIM, then likw what would b the basics
of like conne ting to a friends computer to send them messeges?

You can use AIM - it's just a matter of figuring out the protocol. One
poster gave a reference to a document that covered what was known.
Another option, is to download the gaim source, and look at it. It's
free and handles AIM (as well as several other protocols) flawlessly.
 
well then if i cant really connect to AIM, then likw what would b the basics
of like conne ting to a friends computer to send them messeges?

How funny... I never noticed, but the link was to the gaim site :)
There are some links from there to various Oscar docs. I'm looking
through a couple now - and I see no reason that this can't be
implemented in .NET...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top