File is not being transferred in smack API

前端 未结 1 843
感情败类
感情败类 2021-01-16 00:22

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

1条回答
  •  旧巷少年郎
    2021-01-16 01:04

    I have also having same issue but after adding this line

    SmackConfiguration.setDefaultPacketReplyTimeout(15000);
    

    Its working fine.

    0 讨论(0)
提交回复
热议问题