Jive Software To Open Source Its Jabber Server
fernique writes "Jive Software, a leading provider of knowledge-based support software, announced today that it will license its Jive Messenger application under the GPL Open Source license. Jive Messenger, based on the open IETF standard XMPP protocol, is a Java-based server for comprehensive group chat and instant messaging (IM)."
Btw, XMPP isn't a standard yet, just a draft and soon to be published RFC.
#include "coucou.h"
It's cool as long as you're not linking with GPL'ed code. (You can generally link with LGPL'd libs if you don't modify them).
My understanding is that if you were to write an external component that communicated with the server over tcp/ip then it doesn't matter what license that component uses, even if the server itself is gpl. But if you want to write a module that integrates with the server internally then you do need to worry about licenses...
Jive software are the same people who put out the smack xmpp java library which is imho very well written, so I suspect that the server is also quite good.
It's good to have another opensource jabber server as I think jabberd2 has been a bit of a disappointment. I doubt it will be as good as ejabberd though.