<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/jaimlib/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/jaimlib/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/jaimlib/support-requests/</id><updated>2004-03-30T01:10:34Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>Connection Lost always.</title><link href="https://sourceforge.net/p/jaimlib/support-requests/8/" rel="alternate"/><published>2004-03-30T01:10:34Z</published><updated>2004-03-30T01:10:34Z</updated><author><name>PopolonY2k</name><uri>https://sourceforge.net/u/popolony2k/</uri></author><id>https://sourceforge.netd897ad6e9b3a3c256251e766dfaf3aad5c5b3010</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I´m developing the PlanetaMessenger.org's plugin using&lt;br /&gt;
this great library and I´m getting problems to keep the&lt;br /&gt;
connection with AIM server alive.&lt;br /&gt;
In my JaimEventListener based class (implemented&lt;br /&gt;
class), on receiveEvent class, I have the following code:&lt;/p&gt;
&lt;p&gt;public void receiveEvent( JaimEvent event ) {&lt;/p&gt;
&lt;p&gt;TocResponse   tr = event.getTocResponse();&lt;br /&gt;
String  responseType = tr.getResponseType();&lt;/p&gt;
&lt;p&gt;..... (all response processing) .....&lt;/p&gt;
&lt;p&gt;if( responseType.equalsIgnoreCase(&lt;br /&gt;
ConnectionLostTocResponse.RESPONSE_TYPE ) )  {&lt;br /&gt;
System.err.println( "connectionLost()" );&lt;br /&gt;
fireOnLogout();  // Call Plugin specific method&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;And, always the "connection lost" is reached (sometimes&lt;br /&gt;
I succeed connection with server, and the most curious&lt;br /&gt;
is when I ignore the connection lost notification (not&lt;br /&gt;
performing my plugin specific logout function - &lt;br /&gt;
fireLogout()), the library works fine, but the library&lt;br /&gt;
always continue sending connection lost message to my&lt;br /&gt;
application.&lt;br /&gt;
I believe that connection lost is the way to inform the&lt;br /&gt;
application that something is wrong with AIM Server&lt;br /&gt;
connection. I'm right ???&lt;br /&gt;
If I'm doing something wrong, please let me know.&lt;/p&gt;
&lt;p&gt;Thanks a lot.&lt;/p&gt;
&lt;p&gt;Leidson Campos Ferreira&lt;br /&gt;
PlanetaMessenger.org&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Connection fail</title><link href="https://sourceforge.net/p/jaimlib/support-requests/7/" rel="alternate"/><published>2003-06-09T05:03:38Z</published><updated>2003-06-09T05:03:38Z</updated><author><name>PopolonY2k</name><uri>https://sourceforge.net/u/popolony2k/</uri></author><id>https://sourceforge.net967088461be4f0291137b17da635e69fa3c1fcd6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Since few days ago I'm getting a error to connect with&lt;br /&gt;
AIM network using jaimlib. &lt;/p&gt;
&lt;p&gt;The jaimlib log error write this:&lt;/p&gt;
&lt;p&gt;Sending toc_signon login.oscar.aol.com 5159 popolony2k&lt;br /&gt;
0x271d025d2017 english ja&lt;br /&gt;
im01&lt;br /&gt;
Toc Response received:ERROR:989:0&lt;br /&gt;
java.net.SocketException: Socket operation on&lt;br /&gt;
nonsocket: recv failed&lt;br /&gt;
at&lt;br /&gt;
java.net.SocketInputStream.socketRead0(Native Method)&lt;br /&gt;
at&lt;br /&gt;
java.net.SocketInputStream.read(SocketInputStream.java:129)&lt;br /&gt;
at&lt;br /&gt;
java.net.SocketInputStream.read(SocketInputStream.java:182)&lt;br /&gt;
at&lt;br /&gt;
com.wilko.jaim.JaimConnection$ReceiverThread.run(JaimConnection.java:&lt;br /&gt;
826)&lt;/p&gt;
&lt;p&gt;Do you know, what happens, because the jaimlib (version&lt;br /&gt;
0.5) did work so fine few days ago.&lt;br /&gt;
Is AOL blocking the Jaimlib based applications ?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Leidson&lt;br /&gt;
PlanetaMessenger.org&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Calling sendIM() from JaimTest.java</title><link href="https://sourceforge.net/p/jaimlib/support-requests/6/" rel="alternate"/><published>2002-09-07T19:13:23Z</published><updated>2002-09-07T19:13:23Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net308f3c1823c9e1d66f74640099fe79360b3185f5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;How can I call sendIM() from JaimTest.java? I'm trying&lt;br /&gt;
to use it like this:&lt;/p&gt;
&lt;p&gt;try {&lt;br /&gt;
c.sendIM(&amp;amp;quot;screenname&amp;amp;quot;,&amp;amp;quot;message&amp;amp;quot;);&lt;br /&gt;
} catch (IOException e) {}&lt;/p&gt;
&lt;p&gt;It gives a NullPointerException when this is called. I&lt;br /&gt;
see that it's already in recieveIM() to automaticly&lt;br /&gt;
reply when a message is sent, but I am trying to get it&lt;br /&gt;
to send without having recieved a message first. What&lt;br /&gt;
am I doing wrong?&lt;/p&gt;
&lt;p&gt;Ken&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>JAIM Login Fails</title><link href="https://sourceforge.net/p/jaimlib/support-requests/5/" rel="alternate"/><published>2002-07-31T20:33:46Z</published><updated>2002-07-31T20:33:46Z</updated><author><name>cyetain</name><uri>https://sourceforge.net/u/cyetain/</uri></author><id>https://sourceforge.netfaf21fb23dba9962dc1469a925e9b7954747f2ab</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have been using JAIM regularly. Today (July 31st) the &lt;br /&gt;
login process began failing. I have validated that the &lt;br /&gt;
user/pass that I am using (that worked last night) works &lt;br /&gt;
with AIM and Trillian. I ran JaimTest and it also failed. I &lt;br /&gt;
am unsure how to deal with this.&lt;/p&gt;
&lt;p&gt;--cyetain&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Block</title><link href="https://sourceforge.net/p/jaimlib/support-requests/4/" rel="alternate"/><published>2002-07-17T05:27:13Z</published><updated>2002-07-17T05:27:13Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.net0fcb8c89330b1466adb305b7ebaf2f0789633e2d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Is there any planned support for blocking users?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>build.xml</title><link href="https://sourceforge.net/p/jaimlib/support-requests/3/" rel="alternate"/><published>2002-07-09T03:14:07Z</published><updated>2002-07-09T03:14:07Z</updated><author><name>Ken</name><uri>https://sourceforge.net/u/pddtyx/</uri></author><id>https://sourceforge.netc2e8c97d76f09c264e0c89f7050042b5d12f8635</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This is probably a stupid question, but here goes...&lt;/p&gt;
&lt;p&gt;I'm not sure how to set it up to run. JavaTest.java doesn't &lt;br /&gt;
compile properly. Do I need to do something with the jar &lt;br /&gt;
file?&lt;/p&gt;
&lt;p&gt;Also, what do I do with build.xml? It seems to me that &lt;br /&gt;
I'm supposed to execute it somehow.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Joe&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>trouble logging in</title><link href="https://sourceforge.net/p/jaimlib/support-requests/2/" rel="alternate"/><published>2002-07-02T08:52:08Z</published><updated>2002-07-02T08:52:08Z</updated><author><name>jeff s</name><uri>https://sourceforge.net/u/pureperception/</uri></author><id>https://sourceforge.netc9bec1e3640480828464c8660319e49140477e59</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;hey, im having a bit of trouble with the login process... i &lt;br /&gt;
get the client to login far enough to kick me off of any &lt;br /&gt;
other aim client i am on, but it does not show me as &lt;br /&gt;
logged in on the buddy list of my other screen name on &lt;br /&gt;
my other computer. I was just curious what commands &lt;br /&gt;
are needed to get fully logged into aim.&lt;/p&gt;
&lt;p&gt;thanks.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>problem with names containing 9</title><link href="https://sourceforge.net/p/jaimlib/support-requests/1/" rel="alternate"/><published>2002-06-13T00:52:39Z</published><updated>2002-06-13T00:52:39Z</updated><author><name>matthew.hawthorne</name><uri>https://sourceforge.net/u/subterfusion/</uri></author><id>https://sourceforge.net1af57eee7322db8b4a80ab026d9c51d61d4ce0d3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am not exactly sure what the problem might be, but &lt;br /&gt;
the number 9 is omitted from the screen name of who I &lt;br /&gt;
try to send a message to.&lt;/p&gt;
&lt;p&gt;For example, if the person's name was &amp;amp;quot;aim9&amp;amp;quot;, I see &lt;br /&gt;
that it tries to do a toc send to &amp;amp;quot;aim&amp;amp;quot;.&lt;/p&gt;
&lt;p&gt;Other than this it works great, thanks.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>