Telepathy (software)

Summary

Telepathy is a software framework which can be used to make software for interpersonal communications such as instant messaging, Voice over IP or videoconferencing. Telepathy enables the creation of communications applications using components via the D-Bus inter-process communication mechanism. Through this it aims to simplify development of communications applications and promote code reuse within the free software and open source communities by defining a logical boundary between the applications and underlying network protocols.

Implementations edit

There are free software implementations of various protocols that export Telepathy interfaces:

Mission Control is the name of the component that provides a way for end-user applications to abstract some details of low level telepathy components such as connection managers.[2]

Tubes are Telepathy's mechanism for supporting arbitrary data transfer and remote IPC.[3]

Telepathy forms the basis of the instant messaging and voice/video calling software on the Nokia 770, N800, N810, N900, N9 and Jolla.

How Telepathy works edit

Protocol implementations provide a D-Bus service called a connection manager. Telepathy clients use these to create connections to services. Once a connection is established, further communication happens using objects called channels which are requested from the connection. A channel might be used to send and receive text messages, or represent the contact list, or to establish a VoIP call.

Applications edit

See also edit

References edit

  1. ^ "Telepathy". Trac (wiki). Pidgin. Retrieved 2008-06-30.
  2. ^ Mission control, Source forge, archived from the original on 2008-01-13.
  3. ^ "Tubes", Telepathy, Free desktop.

External links edit

  • Project website
  • "IM/VOIP Communications Framework" video download (77MB ogg) of talk by lead developer Robert McQueen on Telepathy. Streaming Flash video.
  • KDE-Telepathy actual 0.9.0
  • Telepathy Developer's Manual