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

link|improve this question

75% accept rate
What's wrong with the LGPL, for you? – maxwellb Jul 24 '09 at 22:24
This is one question I'd love to add a bounty on. – Adam Davis Aug 20 '09 at 19:51
Have you had any progress with this? I would love to have an XMPP library integrated with Mono's stack. – Matthew Jul 9 '10 at 23:02
feedback

1 Answer

Jabber.net worked great for me.

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

link|improve this answer
1  
sorry, this one is LGPL. – kenny Jul 24 '09 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 '09 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 '09 at 8:57
1  
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 '09 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 '09 at 5:34
show 3 more comments
feedback

Your Answer

 
or
required, but never shown

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