Telepathy Salut: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: =Overview= telepathy-salut is a Telepathy Connection Manager which implements activity sharing and presence via mDNS, link local XMPP and Clique (multicast). See also [[Presence Serv...)
 
(troubleshooting example)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>{{TOCright}}
=Overview=
[[Category:Telepathy]]
[[Category:Collaboration]]
</noinclude>
==Overview==


telepathy-salut is a [[Telepathy]] Connection Manager which implements activity sharing and presence via mDNS, link local XMPP and Clique (multicast).
telepathy-salut is a [[Telepathy]] Connection Manager which is used for [[Activity sharing|activity sharing]] and [[Presence Service|presence]] without a server. It is used for the "children sitting under a tree" collaboration scenario, with no other network infrastructure.


It uses mDNS, [http://www.xmpp.org/extensions/xep-0174.html link local XMPP] and [[Clique]] (multicast).
See also [[Presence Service]] and [[Shared Sugar Activities]].


Presence (including OLPC Buddy's properties) and activities are announced using [http://avahi.org/ Avahi]. Stream and D-Bus [http://telepathy.freedesktop.org/wiki/Tubes tubes] are implemented for multi users chat rooms.
[[category:Telepathy]]

[[category:Collaboration]]
See also [[Presence Service]] and [[Activity sharing]].

==Avahi usage==

salut uses avahi, so you can see what is published by using avahi-browse or avahi-discover. This can be useful to check what salut sees on the network.

In the example below, we have two salut "buddies" (actually both on the same host, using [[Sugar with sugar-jhbuild#Running multiple instances|multiple instances]]).

The buddy records are in the "iChat Presence" section. ''Command line equivalent: avahi-browse -t _presence._tcp''

[[Image:Avahi-discover1.png]]

Clicking on one of the buddy records shows the buddy properties, including nick (fred) and colors:

[[Image:Avahi-discover2.png]]

There is a shared activity, with both buddies in it. The activity shows as _olpc-activity1._udp and you can see its properties below. ''Command line equivalent: avahi-browse _olpc-activity1._udp''

salut also uses _clique._udp for activity presence.

[[Image:Avahi-discover3.png]]
==Troubleshooting example==
See this discussion thread, http://www.mail-archive.com/devel@lists.laptop.org/msg24799.html.

Latest revision as of 17:21, 16 September 2010

Overview

telepathy-salut is a Telepathy Connection Manager which is used for activity sharing and presence without a server. It is used for the "children sitting under a tree" collaboration scenario, with no other network infrastructure.

It uses mDNS, link local XMPP and Clique (multicast).

Presence (including OLPC Buddy's properties) and activities are announced using Avahi. Stream and D-Bus tubes are implemented for multi users chat rooms.

See also Presence Service and Activity sharing.

Avahi usage

salut uses avahi, so you can see what is published by using avahi-browse or avahi-discover. This can be useful to check what salut sees on the network.

In the example below, we have two salut "buddies" (actually both on the same host, using multiple instances).

The buddy records are in the "iChat Presence" section. Command line equivalent: avahi-browse -t _presence._tcp

Avahi-discover1.png

Clicking on one of the buddy records shows the buddy properties, including nick (fred) and colors:

Avahi-discover2.png

There is a shared activity, with both buddies in it. The activity shows as _olpc-activity1._udp and you can see its properties below. Command line equivalent: avahi-browse _olpc-activity1._udp

salut also uses _clique._udp for activity presence.

Avahi-discover3.png

Troubleshooting example

See this discussion thread, http://www.mail-archive.com/devel@lists.laptop.org/msg24799.html.