vote up 9 vote down star
5

I am looking for a liberally licensed (MIT, X11, Apache, etc) version of the XMPP protocol for .NET and Mono.

There are a handful of libraries under the GPL, LGPL and LGPL v2 for .NET and Mono, but none of those are suitable for the kind of application that I have in mind (integrating it with Mono's stack where we go for no-strings attached frameworks).

flag
What's wrong with the LGPL, for you? – mpbloch Jul 24 at 22:24
This is one question I'd love to add a bounty on. – Adam Davis Aug 20 at 19:51

1 Answer

vote up 1 vote down

Jabber.net worked great for me.

http://code.google.com/p/jabber-net/

link|flag
sorry, this one is LGPL. – Kenny Jul 24 at 18:27
LGPL is a very liberal license. It allows you to use the library even in a proprietary application. Why can't it be integrated into Mono's stack? – vog Jul 26 at 12:16
It's a little disappointing that LGPL isn't good enough, since Mono was one of the key reasons I dual-licensed in the first place. Are you looking for public domain code? – Joe Hildebrand Jul 27 at 8:57
It is LGPL, I am looking for something under the MIT, X11 or Apache licenses. Additionally, it is LGPLv3 which is a more complicated license than V2 making it unsuitable for my use case scenario. – miguel.de.icaza Jul 27 at 14:04
There is no license I can put on Jabber-Net that will make anyone happy, much less everyone. Can't really change it again, sorry. – Joe Hildebrand Jul 28 at 5:34
show 1 more comment

Your Answer

Get an OpenID
or

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