Skip to content

hallski/loudmouth

 
 

Repository files navigation

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.12.4:
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 our unit tests through the g_test framework:
Glib >= 2.16.0

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

Building:
=========

./configure
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:
================================

This fork of loudmouth is lazily maintained by MCabber community, members
of which can be found in official mcabber chatroom: <xmpp:mcabber@conf.lilotux.net>.

New releases from the MCabber team are available at
<https://mcabber.com/files/loudmouth/>

Bugs can be also reported (to not lose track of them) to github bugtracker:
<https://github.com/mcabber/loudmouth/issues>


Official loudmouth project is no more maintained - both
<http://projects.imendio.com/loudmouth> and
<http://loudmouth-project.org>.

About

An asynchronous XMPP library - This fork is not maintained, see mcabber/loudmouth for a more active fork

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.6%
  • M4 4.1%
  • Makefile 1.1%
  • Shell 0.2%