public
Fork of m5h/loudmouth
Description: An asynchronous XMPP library
Homepage: http://www.loudmouth-project.org/
Clone URL: git://github.com/wyhaines/loudmouth.git
name age message
file .gitignore Wed Oct 22 04:23:36 -0700 2008 Silence git from generated files [Mikael Hallendal]
file AUTHORS Sat Feb 23 11:57:47 -0800 2008 Added Daf and Senko to AUTHORS [Mikael Hallendal]
file CONTRIBUTORS Sat Feb 23 15:42:57 -0800 2008 Removed Daf and Senko from CONTRIBUTORS They a... [Mikael Hallendal]
file COPYING Mon May 19 11:27:00 -0700 2003 Initial revision [hallski]
file ChangeLog Fri Feb 02 06:04:37 -0800 2007 Release 1.2.0 [Mikael Hallendal]
file INSTALL Mon May 19 11:27:00 -0700 2003 Initial revision [hallski]
file MAINTAINERS Mon Jan 02 06:22:04 -0800 2006 2006-01-02 Mikael Hallendal <micke@imendio.co... [hallski]
file Makefile.am Fri Nov 21 12:51:43 -0800 2008 Removed unmaintained spec-file Realized we sti... [Mikael Hallendal]
file NEWS Sat Feb 24 15:34:23 -0800 2007 Updated requirements and obsoleted NEWS file. [Mikael Hallendal]
file README Thu Aug 28 01:27:03 -0700 2008 Updated reference to GLib in README [Mikael Hallendal]
file README.WIN32 Wed Oct 01 03:39:20 -0700 2003 2003-10-01 Mikael Hallendal <micke@imendio.co... [hallski]
file acinclude.m4 Sat Jun 07 02:06:53 -0700 2008 Migrated test suite to GLib unit test framework [Mikael Hallendal]
file autogen.sh Mon Oct 29 17:26:18 -0700 2007 Don't force a specific autotools version [senko]
directory build/ Wed Oct 22 04:22:13 -0700 2008 Added support for Dolt in the build process. T... [Mikael Hallendal]
file configure.ac Fri Nov 21 12:51:43 -0800 2008 Removed unmaintained spec-file Realized we sti... [Mikael Hallendal]
directory docs/ Mon Oct 27 15:44:51 -0700 2008 Removed lm-soup-socket.[ch] These unused files... [Mikael Hallendal]
directory examples/ Sat Oct 11 05:47:23 -0700 2008 Moved Makefile.decl to build sub directory and ... [Mikael Hallendal]
file loudmouth-1.0.pc.in Fri Jun 16 02:21:33 -0700 2006 2006-06-16 Mikael Hallendal <micke@imendio.co... [hallski]
directory loudmouth/ Loading commit data...
directory tests/ Wed Oct 22 04:23:36 -0700 2008 Silence git from generated files [Mikael Hallendal]
file win32-config.h Wed Oct 01 03:39:20 -0700 2003 2003-10-01 Mikael Hallendal <micke@imendio.co... [hallski]
README
Introduction:
=============

Loudmouth is a lightweight and easy-to-use C library for programming with the
Jabber protocol. It's designed to be easy to get started with and yet
extensible to let you do anything the Jabber protocol allows.

The goal is to fully support Linux, *BSD, Mac OSX and Windows. It has
currently only been tested on Linux (Red Hat 8.0, Debian Unstable) and FreeBSD
that I know of. If someone with access to other machines can provide
feedback I would be most grateful.


Requirements:
=============

Glib >= 2.16.0:
http://ftp.gnome.org/pub/GNOME/sources/glib/2.16/

gtk-doc (optional, if you want documentation built):
ftp://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.0

If you want SSL-support you'll also need:
GnuTLS >= 1.2.0 with libtasn support.

Building:
=========

./configure --prefix=
make
make install

SSL Support:
============
You can choose between using GnuTLS (recommended) and OpenSSL to enable SSL
support in Loudmouth. You choose which backend to use by passing the
--with-ssl= flag to configure. GnuTLS is the default and will be used unless
you pass the flag, use "openssl" for OpenSSL.

Debugging:
==========

You can get debug information printed to STDOUT by using the environment 
variable LM_DEBUG.

export LM_DEBUG=<keyword>

Where keyword is one or more (separated by :) of the following:

* "NET": Shows all the data sent over the network.
* "PARSER": Shows debug output from the parser.
* "VERBOSE": Shows various verbose output.
* "ALL": Enables all output.


Questions, remarks, bug reports:
================================

See the web page for more information and issue reporting.

http://projects.imendio.com/loudmouth

Questions and others can be sent to me at:
email: micke@imendio.com
jabber: micke@imendio.com