I cannot send file to Jitsi. My server is configured:
{mod_proxy65, [
{ip, {0,0,0,0}},
{hostname, "ip_address"},
{port, 7777},
{access, all},
{shaper, c2s_shaper}
Here is the log:
2014-11-20 14:06:47:660 FileTransferDemo[8855:6037] RECV:
2014-11-20 14:06:47:661 FileTransferDemo[8855:6037] XMPPIncomingFileTransfer: sendIdentity:
2014-11-20 14:06:47:661 FileTransferDemo[8855:607] XMPPOutgoingFileTransfer: handleRecipientDiscoInfoQueryIQ:withInfo:
2014-11-20 14:06:47:661 FileTransferDemo[8855:607] iq: , info: <XMPPBasicTrackingInfo: 0x7fbac1b63c30>
2014-11-20 14:06:47:661 FileTransferDemo[8855:4e2b] SEND:
2014-11-20 14:06:47:662 FileTransferDemo[8855:607] XMPPOutgoingFileTransfer: Unable to send SI offer; the recipient doesn't have the required features.
2014-11-20 14:06:47:662 FileTransferDemo[8855:607] Outgoing file transfer failed with error: Error Domain=XMPPOutgoingFileTransferErrorDomain Code=-1 "Unable to send SI offer; the recipient doesn't have the required features." UserInfo=0x7fbac0598840 {NSLocalizedDescription=Unable to send SI offer; the recipient doesn't have the required features.}
2014-11-20 14:19:08:491 FileTransferDemo[8855:5053] RECV:
2014-11-20 14:19:13:474 FileTransferDemo[8855:5053] RECV:
Hello,