1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-18 09:34:53 +02:00
Smack/smack-tcp/src
Florian Schmaus 6209d75536 Add XMPPTCPConnection.getMaxSmResumptionTime()
Note that the logic determining the max resumption time has changed,
Math.min() is now used instead of Math.max(). This should match the real
life situation, e.g. if the server announced a max resumption time of 10
minutes and the client one of 5, then it should be assumed that the
connection/stream state is dropped by the parties after 5 minutes.
2015-01-15 21:33:44 +01:00
..
main Add XMPPTCPConnection.getMaxSmResumptionTime() 2015-01-15 21:33:44 +01:00
test/java/org/jivesoftware/smack/tcp Rework XMPP Error class design 2014-11-25 13:19:32 +01:00