|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| data/ | H | 03-May-2022 | - | 547 | 464 |
| docs/ | H | 03-May-2022 | - | 5,471 | 4,866 |
| extensions/ | H | 03-May-2022 | - | 2,148 | 1,854 |
| gabble/ | H | 03-May-2022 | - | 1,471 | 955 |
| lib/ | H | 03-May-2022 | - | 144,275 | 109,374 |
| m4/ | H | 03-May-2022 | - | 9,765 | 8,796 |
| plugins/ | H | 03-May-2022 | - | 3,567 | 2,798 |
| src/ | H | 03-May-2022 | - | 83,271 | 61,073 |
| tests/ | H | 03-May-2022 | - | 46,149 | 33,441 |
| tools/ | H | 03-May-2022 | - | 6,668 | 5,265 |
| AUTHORS | H A D | 02-Jul-2016 | 480 | 12 | 11 |
| COPYING | H A D | 02-Jul-2016 | 27.6 KiB | 543 | 448 |
| ChangeLog | H A D | 15-Nov-2016 | 341.2 KiB | 10,317 | 6,928 |
| INSTALL | H A D | 15-Nov-2016 | 15.4 KiB | 371 | 288 |
| Makefile.am | H A D | 15-Nov-2016 | 619 | 28 | 18 |
| Makefile.in | H A D | 03-May-2022 | 28.9 KiB | 937 | 829 |
| NEWS | H A D | 15-Nov-2016 | 64.5 KiB | 2,005 | 1,309 |
| README | H A D | 02-Jul-2016 | 2.8 KiB | 92 | 68 |
| aclocal.m4 | H A D | 15-Nov-2016 | 55.1 KiB | 1,548 | 1,386 |
| config.guess | H A D | 15-Nov-2016 | 43.1 KiB | 1,466 | 1,272 |
| config.h.in | H A D | 15-Nov-2016 | 4.8 KiB | 199 | 138 |
| config.sub | H A D | 15-Nov-2016 | 35.5 KiB | 1,834 | 1,696 |
| configure | H A D | 15-Nov-2016 | 514.8 KiB | 17,591 | 14,662 |
| configure.ac | H A D | 15-Nov-2016 | 14.7 KiB | 481 | 395 |
| depcomp | H A D | 15-Nov-2016 | 20.4 KiB | 709 | 460 |
| install-sh | H A D | 15-Nov-2016 | 13.7 KiB | 528 | 351 |
| ltmain.sh | H A D | 15-Nov-2016 | 317.8 KiB | 11,201 | 8,096 |
| missing | H A D | 15-Nov-2016 | 10.1 KiB | 332 | 243 |
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