0

I'm looking for well-documented and easy-to-use XMPP library that supports Jingle file transfer. Must work under Windows. Preferably for C++, but if you believe that there is a libray in other languages (C, Python,...) that is much better than any library written in C++ - please let me know)

Thank you!

Novellizator
  • 13,633
  • 9
  • 43
  • 65

1 Answers1

0

Swiften is a modern cross platform C++ XMPP library which powers the Swift XMPP client. It has support for Jingle file transfer.

Zash
  • 1,636
  • 9
  • 12
  • thank you. Can you compare it with other XMPP libraries? Gloox, for example? I found some in http://xmpp.org/xmpp-software/libraries/ - but some of them aren't maintained, some of them lack support of various features, etc... – Novellizator Mar 17 '12 at 10:48
  • I don't have any personal experience with either. I recommend Swiften more based on project health and the crankiness of its users. I can't say that I've heard much good about gloox, but I know a few projects that have switched away from it. One of them, spectrum, has switched to Swiften. – Zash Mar 22 '12 at 22:04