Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good XMPP/Jabber client library for .NET 3.5 (or 4.0) [closed]

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).

like image 449
pearcewg Avatar asked May 26 '09 01:05

pearcewg


2 Answers

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

like image 185
sipsorcery Avatar answered Sep 20 '22 17:09

sipsorcery


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.

like image 31
Joe Hildebrand Avatar answered Sep 18 '22 17:09

Joe Hildebrand