Openfire Properties
I just found this document on openfire properties settings so bookmarking it here for my own reference.
I came across it while debugging the socket connection timing out. After finding the property "xmpp.client.idle" which it mentioned had a default of 30 minutes, but after looking at the source code I verified it is actually 6 minutes.
One other point of interest - all these properties are stored in the db in the jiveProperty table.
SELECT * FROM jiveProperty
Cheers, Mark
Comments
Comments are not allowed for this entry.

