================
telepathy-gabble
================
Gabble is a Jabber/XMPP connection manager for the Telepathy framework,
currently supporting:
* single-user chats
* multi-user chats
* voice/video calling
with Jabber/XMPP and Google Talk interoperability.
Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It abstracts
differences between protocols to provide a unified interface for
applications.
Requirements
============
telepathy-gabble requires:
telepathy-glib
Loudmouth
GLib, GObject
libdbus
The D-Bus GLib bindings
At build time, it also requires:
GNU make
pkg-config
libxslt, xsltproc
Python
See configure.ac for full details, including versions required.
Building from git also requires the GNU build system (Autoconf, Automake,
libtool).
Bugs, feature requests and to-do list
=====================================
Report all bugs, feature requests and "to-do" items here:
Versioning policy
=================
We use an "odd/even" versioning scheme where the minor version (the y in
x.y.z) determines stability - stable branches have y even, development
branches have y odd.
Unreleased builds straight from git identify themselves as version
"x.y.z.1". These are compiled with -Werror, so they might stop working
if your gcc version issues more warnings than ours. If this is a problem
for you, use a release tarball.
Contact info
============
This package is maintained by the Telepathy project:
Telepathy development is supported by Collabora Ltd.
.
Hacking
=======
The current version of telepathy-gabble is always available from the 'master'
branch of:
(gitweb)
Stable branches are in the same repository, and are called
telepathy-gabble-0.6 etc.
Proposed patches awaiting review can usually be found in Merge Monkey:
Please follow .