vote up 0 vote down star
3

What are some good (or the best!) XMPP/Jabber client libraries for .NET 3.5 or 4.0 development?

I have seen a few decent libraries out there, but most of the good ones seem to be built for Framework 2.0.

(If a Framework 2.0 library is still the best, I'm ok with that. I'm just looking for the best libraries for a new project built on 3.5 or 4.0).

flag

19% accept rate

2 Answers

vote up 2 vote down

This is the one I use agsXMPP and have never had a problem with it although admittedly I don't push it that hard.

link|flag
vote up 3 vote down

Libraries built on the 2.0 framework should work fine in your 3.5 or 4.0 project, or you could recompile them if you want. Jabber-Net seems to work fine in both of those modes.

link|flag
+1 I found Jabber-net to be very easy to use for client programming. I used the 2.0 assembly directly in a 3.5 project. – Kenny Jun 4 at 13:30

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.