AIM Library for C# (Fluent.Toc)

J

Jürgen Müllder

Hi!

I found a Library for AIM (AOL Instant Messenger) at

http://www.fluentconsulting.com/components/Fluent.Toc/

But i can't get it to work!

I try to simple SignOn -> Send but nothing will be send to the AIM User
opened in the real client!

I use this code:


TocClient aimClient = new TocClient();
aimClient.SignOn("<AIM_Account>", "<Password>");
aimClient.Send("<AIM_Account_Receiver>", "This is just a simple test",
true);

Does anyone get this Library to work or know any other Library for AIM?



Thanks for your help!


Regards


Jürgen
 
N

Nicholas Paldino [.NET/C# MVP]

Jurgen,

I can't get this to work either. It appears that the TOC server (which
connects to the AIM server) is not responding...

It is possible that it simply doesn't work. Anything that gets on AIMs
network outside of the instant messenger client is ultimately a hack.
 

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

Top