I am developing a chat application in which i need to give support of file transfer. For this i am using Smack API. But my file is not being transferred and i am getting the
I have also having same issue but after adding this line
SmackConfiguration.setDefaultPacketReplyTimeout(15000);
Its working fine.