The Promise of Open Source for our Project

The XMPP protocol has many implementations in many projects, sometimes together with other protocols. Which implementation is the best to build up on.  Among c open source implementations listed, jabberd14 and jabberd2, latter seems to be more recent, more widely adopted, and hence have better community support,  so I played with jabberd2 for a while. Then [...]

Brief info about some Open Source Licences

I was initially thinking I would have to make my program open source if I was using GPL source. GPL requires you to make your source code available only if you are distributing your program. This is a loop-hole benefitting people developing server software for their own use. This loophole is later filled by AGPL, [...]