BOSH (http-bind) terminates after 2-3 messages

We are running into the same issue described https://community.igniterealtime.org/thread/52138 in which strophe receives a httpstatus 404 – ‘invalid SID’ response after it sends 1-3 messages.

I have set the following additional properties…

xmpp.httpbind.client.idle 3600 (what are the units for this? milliseconds or seconds?)

xmpp.httpbind.client.requests.max 10

xmpp.httpbind.client.requests.polling 0

xmpp.httpbind.client.requests.wait 60

Any one else have an issue using strophe and openfire’s http-bind (bosh) interface?

Using Openfire 3.9.3

I don’t know the details, but it seems the sample code I was using for strophe.js is the issue. It is not with Openfire and/or its BOSH (http-bind) implemenation. As when I use candy-1.7.1.js (which uses strophe.js as its xmpp lib) we are able to maintain length chat sessions without.

Thanks for listening.