• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H03-May-2022-547464

docs/H03-May-2022-5,4714,866

extensions/H03-May-2022-2,1481,854

gabble/H03-May-2022-1,471955

lib/H03-May-2022-144,275109,374

m4/H03-May-2022-9,7658,796

plugins/H03-May-2022-3,5672,798

src/H03-May-2022-83,27161,073

tests/H03-May-2022-46,14933,441

tools/H03-May-2022-6,6685,265

AUTHORSH A D02-Jul-2016480 1211

COPYINGH A D02-Jul-201627.6 KiB543448

ChangeLogH A D15-Nov-2016341.2 KiB10,3176,928

INSTALLH A D15-Nov-201615.4 KiB371288

Makefile.amH A D15-Nov-2016619 2818

Makefile.inH A D03-May-202228.9 KiB937829

NEWSH A D15-Nov-201664.5 KiB2,0051,309

READMEH A D02-Jul-20162.8 KiB9268

aclocal.m4H A D15-Nov-201655.1 KiB1,5481,386

config.guessH A D15-Nov-201643.1 KiB1,4661,272

config.h.inH A D15-Nov-20164.8 KiB199138

config.subH A D15-Nov-201635.5 KiB1,8341,696

configureH A D15-Nov-2016514.8 KiB17,59114,662

configure.acH A D15-Nov-201614.7 KiB481395

depcompH A D15-Nov-201620.4 KiB709460

install-shH A D15-Nov-201613.7 KiB528351

ltmain.shH A D15-Nov-2016317.8 KiB11,2018,096

missingH A D15-Nov-201610.1 KiB332243

README

1================
2telepathy-gabble
3================
4
5Gabble is a Jabber/XMPP connection manager for the Telepathy framework,
6currently supporting:
7
8* single-user chats
9* multi-user chats
10* voice/video calling
11* file transfer
12
13with Jabber/XMPP and Google Talk interoperability.
14
15Telepathy is a D-Bus framework for unifying real time communication,
16including instant messaging, voice calls and video calls. It abstracts
17differences between protocols to provide a unified interface for
18applications.
19
20Requirements
21============
22
23telepathy-gabble requires:
24  telepathy-glib <http://telepathy.freedesktop.org/releases/telepathy-glib/>
25  GLib, GObject <http://ftp.gnome.org/pub/GNOME/sources/glib/>
26  libdbus <http://dbus.freedesktop.org/releases/dbus/>
27  The D-Bus GLib bindings <http://dbus.freedesktop.org/releases/dbus-glib/>
28  libxml2 <http://xmlsoft.org/>
29  libnice <http://nice.freedesktop.org/releases/>
30  libsoup <http://ftp.gnome.org/pub/GNOME/sources/libsoup/>
31
32and either:
33  GNUTLS <http://www.gnu.org/software/gnutls/>
34or
35  OpenSSL <http://www.openssl.org/>
36
37At build time, it also requires:
38  GNU make <http://www.gnu.org/software/make/>
39  pkg-config <http://ftp.gnome.org/pub/GNOME/sources/pkg-config/>
40  libxslt, xsltproc <http://xmlsoft.org/XSLT/>
41  Python <http://www.python.org/>
42
43See configure.ac for full details, including versions required.
44
45Building from git also requires the GNU build system (Autoconf, Automake,
46libtool).
47
48Bugs, feature requests and to-do list
49=====================================
50
51Report all bugs, feature requests and "to-do" items here:
52  <https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=telepathy-gabble>
53
54Versioning policy
55=================
56
57We use an "odd/even" versioning scheme where the minor version (the y in
58x.y.z) determines stability - stable branches have y even, development
59branches have y odd.
60
61Unreleased builds straight from git identify themselves as version
62"x.y.z.1". These are compiled with -Werror, so they might stop working
63if your gcc version issues more warnings than ours. If this is a problem
64for you, use a release tarball.
65
66Contact info
67============
68
69This package is maintained by the Telepathy project:
70  <http://telepathy.freedesktop.org/>
71  <mailto:telepathy@lists.freedesktop.org>
72  <irc://irc.freenode.net/telepathy>
73
74Telepathy development is supported by Collabora Ltd.
75  <http://www.collabora.co.uk/>.
76
77Hacking
78=======
79
80The current version of telepathy-gabble is always available from the 'master'
81branch of:
82  <git://git.collabora.co.uk/git/telepathy-gabble.git>
83  <http://git.collabora.co.uk/?p=telepathy-gabble.git> (gitweb)
84
85Stable branches are in the same repository, and are called
86telepathy-gabble-0.6 etc.
87
88Proposed patches awaiting review can usually be found in Merge Monkey:
89  <http://monkey.collabora.co.uk/>
90
91Please follow <http://telepathy.freedesktop.org/wiki/Style>.
92