By default, gloox is licensed under the GNU General Public License v3. See the Licensing page for alternatives. Versions older than gloox 1.0.3 are licensed under the GPLv2.
gloox 1.0.28
MD5: 598121704086fe54af18abaabad2db7a
gloox 0.9.9.12
MD5: 2205cc560e72cd996adf2ec91ae39fc2
Dependencies
- GnuTLS (recommended, v2.12 or above, for TLS support)
- OpenSSL or libreSSL (optional replacement for GnuTLS, v1.0.2 or above, for TLS support)
- LibIDN (recommended, v0.5.x or above, for JID prepping)
- Zlib (optional, v1.2.3, for Stream Compression)
On Windows, gloox can be built with native SChannel for TLS support.
Anonymous read-only svn access
The stable branch can be found in branches/1.0. Bugfixes will be applied here, and some new features added.
svn co svn://svn.camaya.net/gloox/branches/1.0 gloox-1.0
Development of new features happens in trunk. There is absolutely no guarantee that this code compiles or works as expected (even though usually it at least compiles). To check out the bleeding edge source:
svn co svn://svn.camaya.net/gloox/trunk gloox
You can get the previous stable branch’s source by issuing the following command. Usually only bugfixes get applied here.
svn co svn://svn.camaya.net/gloox/branches/0.9 gloox-0.9
If you are on *nix, create the build system by running autogen.sh from inside the directory you just checked out:
./autogen.sh
source installation
First, the usual
./configure
The library will be installed to /usr/local by default. You can change that using the –prefix switch with configure. See configure –help for a full list of available options.
make
then as user root:
make install