At 02:49 PM 7/23/01 -0700, you wrote:
    I'm using jabber client in java 1.1. After some time, the connection terminate unexpectedly. I wonder if java socket in 1.1 have some problems because when I use winjab I have no problem. I run jabber server 1.4.


Yah.

Winjab sends, once a minute, a keepalive packet with five bytes of payload:
space space tab space space.

The server ignores this, except to notice that there has been activity on the TCP socket.

If you make your Jave client send this, you probably won't lose your connections as often.

Ollie Jones
DotClick Corp.

_______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Reply via email to