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#
A:
Just implement this: http://xmpp.org/extensions/xep-0096.html
If your libraries don't have an implementation already, that might be rather complex.
Andrew McGregor
2010-01-01 07:00:29
A:
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.
DrDol
2010-01-20 20:12:57