Hey,
I have been following this tutorial: http://dev.aol.com/creating-aim-enabled-applications-java1
trying just to get a screen name to connect fully to AIM. I'm not worried about the rest yet because I'm going in a different direction with it anyway.
So I set up my environment in Eclipse, using JRE 1.6, and I thought I had everything working until I tried to connect. Things go well at first, but I can't get the connection to finish. Here is the output:
ConnectingACC_S_OK
ValidatingACC_S_OK
TransferringACC_S_OK
OfflineACC_E_DISCONNECTED
and the sn never shows up as being online.
according to the tutorial, it's supposed to be
ConnectingACC_S_OK
ValidatingACC_S_OK
TransferringACC_S_OK
NegotiatingACC_S_OK
StartingACC_S_OK
OnlineACC_S_OK
I tried running accbot.exe, from under the dist directory of the SDK, in a terminal, and it didn't fully work either. Here is the output:
accbot initializing...
accbot connecting...
accbot offline, qutting.
accbot shutting down with hr=8004023F.
Because accbot failed too, I'm guessing this problem is on my end. Could this have anything to do with ports being closed? Our network admin here is not really willing to open any ports, so I'm hoping there is another fix for this.
Any ideas?
Thanks!

Thanks for the help, but
Thanks for the help, but this is definitely a network problem. I ran my code from another location and everything worked fine. As annoying as it is, I'm just going to work from somewhere else.
Thanks again!
(this is AndrAIM1, btw)