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

3

18

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

Vergara answered 26/5, 2009 at 1:23 Comment(0)
N
14

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

Noise answered 26/5, 2009 at 2:2 Comment(3)
We push agsXMPP extremely hard, often to the tune of >1000 incoming messages per second for sustained periods. It's never been anything but stable under these conditions.Kuhns
the only problem is that it is under GPL/comm. license.Supper
This library's successor requires a license for commercial use.Awed
L
10

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.

Lunalunacy answered 26/5, 2009 at 2:55 Comment(4)
+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.Offset
+1 from my side too.. Works great..!Honeybunch
jabber-net is ok for small applications. If you want to push it you will fail. Tested! Also we found several bugs and had to recompile everything to .net 4.0 cause of a .net bug. I will not recommend it for applications having more than 100-200 concurrent usersWorkable
Seems like jabber-net is dead. Last release is Jul-2008Emprise
H
4

Please use MatriX Library for your stuff. The support is really great. Worth it.

Before you buy you could use the trial version and ask for their support in forum.

Hallette answered 8/3, 2012 at 9:58 Comment(2)
MatriX is probably the best XMPP library for .Net that you can find. It's based on agsXMPP I think and it it's commercial so it comes with commercial support, Silverlight support, embedded version I think. I haven't used it much but it was one of the libraries I tried and liked the most.Berners
It's all great but it's extremely expensive. I can't possibly imagine any small company being able to afford that.Numerate

© 2022 - 2024 — McMap. All rights reserved.