This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Oct 22 04:23:36 -0700 2008 | |
| |
AUTHORS | Sat Feb 23 11:57:47 -0800 2008 | |
| |
CONTRIBUTORS | Sat Feb 23 15:42:57 -0800 2008 | |
| |
COPYING | Mon May 19 11:27:00 -0700 2003 | |
| |
ChangeLog | Fri Feb 02 06:04:37 -0800 2007 | |
| |
INSTALL | Mon May 19 11:27:00 -0700 2003 | |
| |
MAINTAINERS | Mon Jan 02 06:22:04 -0800 2006 | |
| |
Makefile.am | Fri Nov 21 12:51:43 -0800 2008 | |
| |
NEWS | Sat Feb 24 15:34:23 -0800 2007 | |
| |
README | Thu Aug 28 01:27:03 -0700 2008 | |
| |
README.WIN32 | Wed Oct 01 03:39:20 -0700 2003 | |
| |
acinclude.m4 | Sat Jun 07 02:06:53 -0700 2008 | |
| |
autogen.sh | Mon Oct 29 17:26:18 -0700 2007 | |
| |
build/ | Wed Oct 22 04:22:13 -0700 2008 | |
| |
configure.ac | Fri Nov 21 12:51:43 -0800 2008 | |
| |
docs/ | Mon Oct 27 15:44:51 -0700 2008 | |
| |
examples/ | Sat Oct 11 05:47:23 -0700 2008 | |
| |
loudmouth-1.0.pc.in | Fri Jun 16 02:21:33 -0700 2006 | |
| |
loudmouth/ | ||
| |
tests/ | Wed Oct 22 04:23:36 -0700 2008 | |
| |
win32-config.h | Wed Oct 01 03:39:20 -0700 2003 |
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








