Authentication problem

We are using openfire server 3.2.0 and JsJac Javascript library for client.

And of course with http-bind .

Authentication process usually works well.

but sometimes we got strange situation.

For you convenience. here is packet dump

RECV:

SEND:

SEND:

RECV: stream:featuresDIGEST-MD5PLAINCRAM-MD5zlib</stream:features>

RECV :

Mon May 11 2009 11:28:20 GMT+0900:DEBUG by Lib::date: Mon, 11 May 2009 02:28:23 GMT
Server: Jetty(6.1.x)
Content-Type: text/xml; charset=utf-8
Content-Length: 591
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive

SEND :

RECV : cmVhbG09Im5ldHp1bXAuY29tIixub25jZT0iUH pIbGlsSU9hM3o2d2RzYzREdlRTcmY2L1U2U3Yyb0t5dEJFdzUrMyIscW9wPSJhdXRoIixjaGFyc2V0PX V0Zi04LGFsZ29yaXRobT1tZDUtc2Vzcw==

This is a normal process.

As you can see the last ‘challenge’ packet trigger authenticaiton hand-shaking.

But our problem is that somethimes server doesn’t send ‘challenge packet’.

So that auth process stops at that point.

Does anyone have any idea? or experienced same issue?

Thanks in advandce.

one more thing,

I’m not sure but we also have issue on jetty continuation loop as I said in previous post.

http://www.igniterealtime.org/community/thread/30728

Thanks.