Strophe timeout issues

Hi all,

I am devloping a web client using strophe and have got the client connecting / receiving messages etc. To avoid cross domain issues I am using http://www.iadvize.com/plugin_strophe_xmpp.html. I need the same code to run of lots of different domains so proxys are out the questions.

The problem I am having is that after awhile the server sends which causes strophe to disconnect.

I assume this is some sort of timeout issues. Is there anything I can do to change this? I have tried changing xmpp.httpbind.client.idle but haven’t had any success.

Has anyone had this issue before? Is it the iadvize plugin that could be causing it do you think? Everything else is working fine!

Thanks

Adam

Well as a way to get around it I have a function that sends my presence every 20 seconds, which seems to stop openfire from kicking me out!