qxmpp-project / qxmpp

Cross-platform C++ XMPP client and server library
410 stars 197 forks source link

unable to transfer large file from windows to ios #473

Closed veeru22164141 closed 1 year ago

veeru22164141 commented 1 year ago

we are developing application for meeting and presentation, my xmpp server is running on device having attached display system . clients (like windows application , ios application and android application ) communicating via xmpp server . exchanging text message and sending small file is running properly. But when we send large file(above 90mb) from windows to ios ,it get failed and throws file protocol error. this sample yml file which we use on server side. ejabberdyml.txt

lnjX commented 1 year ago

Sorry, but I don't think I can help you without a proper error message (or steps to reproduce). And I'm not a jingle expert.

lnjX commented 1 year ago

You can use HTTP File Upload with the QXmppHttpUploadManager (or soon also with the QXmppFileSharingManager).