My web application uses conversejs library for chat client and Openfire 4.0.0 xmpp server. When the user login the system, I create new xmpp bosh session and return request id, session id and jabber name for prebind. If the user close active browser tab, the bosh session stay online and openfire not closed this session. I researched and changed all openfire settings about idle connection, but not working. Exp. I changed "xmpp.client.idle", "xmpp.httpbind.client.idle"(Default 30 seconds) property but not working. I want to openfire detects online session as idle and close about 2 seconds automatically. What is default time for client should anwered to openfire idle ping and how to set this property ?
↧