Currently I created the chating application which is windows application(c#).
I created basic Client version which help of jabber net which internally uses XMPP protocol and openfire server.Now I had to implement File Transfer between two users in jabber net.
I have searched lot but there no solution for this aproach in c#
Currently I created the chating application which is windows application(c#). I created basic Client
Share
http://www.ag-software.de/agsxmpp-sdk.html supports Filetransfers. It’s released under a dual license for commecial and open source use. You can also compile a C++ libary and use the function in your C# code. Gloox is a well known libary, that support file transfer.