views:

305

answers:

0

I am using Jabbernet DLL to implement a c# based XMPP client with some customizations specific to my project. I want to support file transfers in my XMPP client. From what I could google/read, This can be done using Muzzle DLL that's available. I could not find any documentation/example to do this.

Can any one point me to a link/example/library that I can quickly use to integrate file trsansfers in my c# client ?