nplexity / xmpp-file-transfer-demo

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

xmppIncomingFileTransfer didSucceedWithData not called #33

Open WarisSaqi opened 8 years ago

WarisSaqi commented 8 years ago

Hi, I am using Ejabbered for messaging and trying to send file from one iOS device to another. I follow the instructions to send and receive file but after sending file on receiving end i am facing issue while receiving here are the logs of both end

Sender End: ` <XMPPStream: 0x12ec1f760>

<XMPPStream: 0x12ec1f760>

<XMPPStream: 0x12ec1f760>

http://jabber.org/protocol/bytestreams

<XMPPStream: 0x12ec1f760>

<XMPPStream: 0x12ec1f760>

http://jabber.org/network/serverinfo

<XMPPStream: 0x12ec1f760>

http://jabber.org/network/serverinfo` Receiver End: ` Image` Incoming file transfer did receive SI offer. Accepting... after xmppIncomingFileTransfer didReceiveSIOffer called and i set **sender.acceptSIOffer(offer)** the success delegate **xmppIncomingFileTransfer didSucceedWithData named not** called Any help??