nplexity / xmpp-file-transfer-demo

iOS demo application using XMPPFramework for file transfer.
43 stars 24 forks source link

Chat msgs transfer using Xep-0096 #13

Closed guptatarun84 closed 9 years ago

guptatarun84 commented 9 years ago

Hi Jonstaff,

I am implementing Chat msg transfer using your Xep-0096. I have implemented it successfully, the only problem I am getting is of SI message getting transferred everytime I initiate a Chat msg. I know this Xep is for file transfer and stream automatically disconnects when the file got transferred. But I have some requirement where I don't want to close the stream connection for some time until it goes idle. Please guide me though the process where I can maintain the socks5 connection for at least 5-10 mins until it re-initializes

Kind Regards, Tarun Gupta