telepathy-gabble-0.18.3

Introduction to Telepathy Gabble

Telepathy Gabble is a Jabber/XMPP connection manager for the Telepathy framework.

This package is known to build and work properly using an LFS-7.6 systemd platform.

Package Information

Telepathy Gabble Dependencies

Required

Certificate Authority Certificates, GnuTLS-3.3.7 or OpenSSL-1.0.1i, SQLite-3.8.6, and telepathy-glib-0.24.1

Recommended

Optional

Cyrus SASL-2.1.26 and Twisted

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/telepathy-gabble

Installation of Telepathy Gabble

Install Telepathy Gabble by running the following commands:

./configure --prefix=/usr    \
            --disable-static \
            --docdir=/usr/share/doc/telepathy-gabble-0.18.3 &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

--with-ssl=openssl: Use this switch if you would like to use OpenSSL-1.0.1i instead of GnuTLS-3.3.7 in case both are installed.

Contents

Installed Programs: telepathy-gabble and telepathy-gabble-xmpp-console
Installed Libraries: None
Installed Directories: /usr/lib/telepathy/gabble-0 and /usr/share/doc/telepathy-gabble-0.18.3

Short Descriptions

telepathy-gabble

is the Telepathy connection manager for XMPP (Jabber).

Last updated on 2014-08-25 18:22:00 -0700