Closing inactive connections

Hi there… I need to prune “dead” connections… Is there any way wildfire can close inactive connections?

My problem is as follows… I heve noticed from time to time that some sessions from xiff don’'t get disconnected (specially from… yes you know… IE) on a broser closure. So just after some time I want to explicitly close incative connections. Any help on this?

Hello,

if you adjust the idle time, would it not shutdown the connection.

I think there is a parameter you can add either through the wildfire.xml or via the web admin page.

If you set xmpp.client.idle parameter to 60000 it should disconnect after 1 minute idle.

I am not sure it corresponds to your need.