pgstath / Sharp.Xmpp

Sharp.Xmpp is looking for a maintainer! Unfortunatelly I do not have currently the time needed to maintain the library. Luckily a small but vibrant community has evolved around Sharp.Xmpp. If you would like to be the project's maintainer please sent an email to pgstath@gmail.com. This should include issues, tickets and commits that you have done for Sharp.Xmpp or other similar project. Sharp.Xmpp is a multiplatform, Windows and Android, .NET XMPP client assembly.Sharp.Xmpp supports IM functionality & a variety of XMPP extensions, is simple and is extensively tested against Android Xamarin. It is a fork of the currently frozen excellent S22.Xmpp project. Sharp.Xmpp will be at the FOSSDEM 2016 Real time DevRoom!
Other
84 stars 51 forks source link

Connection lost to XMPP Server on Incoming File Accept Request if not accepted within certain time #29

Open azfarahmed opened 8 years ago

azfarahmed commented 8 years ago

Hello,

There is a serious issue in File Transfer , as OnStreamInitiationRequest(Jid from, XmlElement si) is blocking all the communication to server and server close connection after certain time.

pgstath commented 8 years ago

You are using the default SOCKS5 proxy method? You are reffering to the file tranfer itself, or to the Stream INitiation process?

Harisankar commented 8 years ago

Dear sir, I have used Sharp.Xmpp in Client Xamarin.forms and Xamarin.Android and also Configured an Openfire server. I can send messages with others. While sending any file to JID, it is not streaming after accepting the request. but If i get any request, It is downloaded after accepting it. I Could not figured out. How to resolve it?.