Invalid SID(jwchat + openfire 3.64 )

Dear All,

I have jwchat connect to openfire 3.6.4, somehow, the client will randomly get “Invalid SID” error, which disconnect the client. this error is totally random, sometime it’s within minutes, sometime it’s within hours.

I made some configuration changes in jwchat:

var JSJACHBC_BOSH_VERSION = “1.6”;
var JSJACHBC_USE_BOSH_VER = true;

var JSJACHBC_MAX_HOLD = 1;

var JSJACHBC_MAX_WAIT = 25;(original it’s 280 seconds)

var JSJACHBC_MAXPAUSE = 60;(original it’s 120 seconds)

I also have openfire system properties like this:

xmpp.httpbind.client.requests.polling = 0

xmpp.httpbind.client.requests.wait = 30(I think openfire will pick client value,25, intead of this value)

is there anything wrong in the configuration? what is the default idle timeout for openfire version 3.6.4?

Thanks in advance.

Alex