kontalk / tigase-extension

Tigase XMPP extensions for Kontalk
GNU General Public License v3.0
13 stars 14 forks source link

Forcibly disconnect user when not receiving ack for some time #76

Closed daniele-athome closed 7 years ago

daniele-athome commented 7 years ago

Messages should be ack'd as soon as they are received. If not, connection might have broke. Wait for 30 or 60 seconds and then drop the connection entirely. This should make the user appear offline sooner and the message delivered to offline storage (and possibly generating a push notification).

I believe this could be managed by modifying the custom IO processor only.

daniele-athome commented 7 years ago

Implemented in kontalk/tigase-server@48c473024af082b1f087115208e409e2156d8a7e.