<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/jaimlib/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/jaimlib/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 30 Mar 2004 01:10:34 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jaimlib/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Connection Lost always.</title><link>https://sourceforge.net/p/jaimlib/support-requests/8/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PopolonY2k</dc:creator><pubDate>Tue, 30 Mar 2004 01:10:34 -0000</pubDate><guid>https://sourceforge.netd897ad6e9b3a3c256251e766dfaf3aad5c5b3010</guid></item><item><title>Connection fail</title><link>https://sourceforge.net/p/jaimlib/support-requests/7/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PopolonY2k</dc:creator><pubDate>Mon, 09 Jun 2003 05:03:38 -0000</pubDate><guid>https://sourceforge.net967088461be4f0291137b17da635e69fa3c1fcd6</guid></item><item><title>Calling sendIM() from JaimTest.java</title><link>https://sourceforge.net/p/jaimlib/support-requests/6/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 07 Sep 2002 19:13:23 -0000</pubDate><guid>https://sourceforge.net308f3c1823c9e1d66f74640099fe79360b3185f5</guid></item><item><title>JAIM Login Fails</title><link>https://sourceforge.net/p/jaimlib/support-requests/5/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cyetain</dc:creator><pubDate>Wed, 31 Jul 2002 20:33:46 -0000</pubDate><guid>https://sourceforge.netfaf21fb23dba9962dc1469a925e9b7954747f2ab</guid></item><item><title>Block</title><link>https://sourceforge.net/p/jaimlib/support-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Is there any planned support for blocking users?&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 17 Jul 2002 05:27:13 -0000</pubDate><guid>https://sourceforge.net0fcb8c89330b1466adb305b7ebaf2f0789633e2d</guid></item><item><title>build.xml</title><link>https://sourceforge.net/p/jaimlib/support-requests/3/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ken</dc:creator><pubDate>Tue, 09 Jul 2002 03:14:07 -0000</pubDate><guid>https://sourceforge.netc2e8c97d76f09c264e0c89f7050042b5d12f8635</guid></item><item><title>trouble logging in</title><link>https://sourceforge.net/p/jaimlib/support-requests/2/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jeff s</dc:creator><pubDate>Tue, 02 Jul 2002 08:52:08 -0000</pubDate><guid>https://sourceforge.netc9bec1e3640480828464c8660319e49140477e59</guid></item><item><title>problem with names containing 9</title><link>https://sourceforge.net/p/jaimlib/support-requests/1/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">matthew.hawthorne</dc:creator><pubDate>Thu, 13 Jun 2002 00:52:39 -0000</pubDate><guid>https://sourceforge.net1af57eee7322db8b4a80ab026d9c51d61d4ce0d3</guid></item></channel></rss>