blob: c8c926922630761df22baee8b4b3c9be8e896c57 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
<page xmlns="http://projectmallard.org/1.0/"
type="topic"
id="salut-protocol">
<info>
<link type="seealso" xref="create-account"/>
<desc>
Undesrtanding the <em>Salut</em> protocol.
</desc>
<revision version="" date="" status="review"/>
<credit type="author">
<name>Milo Casagrande</name>
<email>milo@ubuntu.com</email>
</credit>
<copyright>
<year>2009</year>
<name>GNOME Documentation Project</name>
</copyright>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<title>What is the <em>Salut</em> service?</title>
<comment>
<cite date="2009-06-21">Milo Casagrande</cite>
<p>
Need to work on this section, explaining people in clear words
what the hell is this service!
</p>
</comment>
<p>
The <em>Salut</em> service is a serverless communication service:
you do not need to connect and authenticate to a central server in
order to use it.
</p>
<p>
This kind of serverless messaging system is restricted to a local area
network and an active Internet connection is not necessary.
</p>
<p>
The people that use this service inside the same local area network
will be auto-discovered, and it will be possible to send them messages
and files as with other services.
</p>
<p>
All the modern local area networks should be able to support this kind
of service.
</p>
</page>
|