Right now application uses dynamically assigned resource. This is not good as it would be better if application will still use same resource after reconnection (after resumption resource is not changed).
Usage of different resource after reconnection will increase usage of resources on server side as it more sessions will "hang" in memory. Also messages sent to this old connection will be delivered after connection will be closed properly - ie. after 1h.
Also add informations about used software,
Andrzej Wójcik (Tigase) commented 8 years ago
I forced application to use resource matching device name and added informations about used application and version of application.
Right now application uses dynamically assigned resource. This is not good as it would be better if application will still use same resource after reconnection (after resumption resource is not changed).
Usage of different resource after reconnection will increase usage of resources on server side as it more sessions will "hang" in memory. Also messages sent to this old connection will be delivered after connection will be closed properly - ie. after 1h.
Also add informations about used software,