I would like to be able to control user disconnection from the Tigase server, but getMaxInactiveTime is hardcoded on the several ConnectionManagers.
Particularly in the ClientConnectionManager it is hardcoded to 24h, when i really wanted something like 5m.
I am extending and overriding this method, but would be nice to have it configurable.
Applied in changeset tigase-server|commit:f25c3a08bde94e3f7766b118a14c992debbd49ee.
I would like to be able to control user disconnection from the Tigase server, but getMaxInactiveTime is hardcoded on the several ConnectionManagers.
Particularly in the ClientConnectionManager it is hardcoded to 24h, when i really wanted something like 5m.
I am extending and overriding this method, but would be nice to have it configurable.