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

..03-May-2022-

data/H03-May-2022-586501

docs/H03-May-2022-833738

extensions/H03-May-2022-1,5001,305

lib/H03-May-2022-146,382111,543

m4/H03-May-2022-9,4738,480

plugins/H03-May-2022-944790

rules/H16-Nov-2012-152134

salut/H03-May-2022-1,257879

src/H03-May-2022-41,15030,776

tests/H03-May-2022-12,5459,531

tools/H03-May-2022-4,5363,661

AUTHORSH A D10-Nov-200832 21

COPYINGH A D10-Dec-200827.6 KiB543448

ChangeLogH A D16-Nov-2012161.3 KiB5,1023,310

INSTALLH A D16-Nov-201215.4 KiB371288

Makefile.amH A D12-Nov-2012544 2616

Makefile.inH A D03-May-202229.9 KiB963848

NEWSH A D16-Nov-201214.9 KiB475321

READMEH A D12-Nov-20122.7 KiB8160

aclocal.m4H A D16-Nov-201253.9 KiB1,5261,359

config.guessH A D16-Nov-201243.8 KiB1,5311,321

config.h.inH A D16-Nov-20123.1 KiB12685

config.subH A D16-Nov-201234.7 KiB1,7831,640

configureH A D16-Nov-2012531.1 KiB18,26715,384

configure.acH A D16-Nov-201210.7 KiB382315

depcompH A D16-Nov-201220.4 KiB709460

install-shH A D16-Nov-201213.7 KiB528351

ltmain.shH A D16-Nov-2012277 KiB9,6627,310

missingH A D16-Nov-201210.1 KiB332243

README

1===============
2telepathy-salut
3===============
4
5Salut is a link-local XMPP (XEP-0174) connection manager for the Telepathy
6framework, currently supporting presence and single-user chats with iChat
7interoperability, and multi-user chats and Tubes using the Clique protocol
8<http://telepathy.freedesktop.org/wiki/Clique>.
9
10Telepathy is a D-Bus framework for unifying real time communication,
11including instant messaging, voice calls and video calls. It abstracts
12differences between protocols to provide a unified interface for
13applications.
14
15Requirements
16============
17
18telepathy-salut requires:
19  telepathy-glib <http://telepathy.freedesktop.org/releases/telepathy-glib/>
20  libxml2 <http://xmlsoft.org/>
21  GLib, GObject <http://ftp.gnome.org/pub/GNOME/sources/glib/>
22  libdbus <http://dbus.freedesktop.org/releases/dbus/>
23  The D-Bus GLib bindings <http://dbus.freedesktop.org/releases/dbus-glib/>
24and optionally uses:
25  libasyncns <http://0pointer.de/lennart/projects/libasyncns/>
26
27For the Avahi backend on Linux:
28  avahi-gobject <http://avahi.org/download/>
29
30For the Bonjour backend on Windows/mingw32:
31  dns-sd client library with mingw support
32    <http://cgit.collabora.com/git/libdnssd-ytstenut.git/>
33
34At build time, it also requires:
35  GNU make <http://www.gnu.org/software/make/>
36  pkg-config <http://ftp.gnome.org/pub/GNOME/sources/pkg-config/>
37  libxslt, xsltproc <http://xmlsoft.org/XSLT/>
38  Python <http://www.python.org/>
39
40See configure.ac for full details, including versions required.
41
42Building from Git also requires the GNU build system (Autoconf, Automake,
43libtool).
44
45Bugs, feature requests and to-do list
46=====================================
47
48Report all bugs, feature requests and "to-do" items here:
49  <https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=telepathy-salut>
50
51Versioning policy
52=================
53
54We use an "odd/even" versioning scheme where the minor version (the y in
55x.y.z) determines stability - stable branches have y even, development
56branches have y odd.
57
58Unreleased builds straight from Darcs identify themselves as version
59"x.y.z.1". These are compiled with -Werror, so they might stop working
60if your gcc version issues more warnings than ours. If this is a problem
61for you, use a release tarball.
62
63Contact info
64============
65
66This package is maintained by the Telepathy project:
67  <http://telepathy.freedesktop.org/>
68  <mailto:telepathy@lists.freedesktop.org>
69  <irc://irc.freenode.net/telepathy>
70
71Telepathy development is supported by Collabora Ltd.
72  <http://www.collabora.co.uk/>.
73
74Hacking
75=======
76
77The current version of telepathy-salut is always available from:
78  <http://git.collabora.co.uk/?p=telepathy-salut.git>
79
80Please follow <http://telepathy.freedesktop.org/wiki/Style> in new code.
81