Jump to content

Telepathy (software): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
mNo edit summary
Restored revision 1098420910 by HelenDegenerate (talk)
 
(45 intermediate revisions by 37 users not shown)
Line 1: Line 1:
{{otheruses2|Telepathy}}

'''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 community|free software and open source communities]] by defining a logical boundary between the applications and underlying network protocols.
'''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 community|free software and open source communities]] by defining a logical boundary between the applications and underlying network protocols.


==Implementations==
There are [[free software]] implementations of various protocols that export Telepathy interfaces:
There are [[free software]] implementations of various protocols that export Telepathy interfaces:


* '''Gabble''': for [[Extensible Messaging and Presence Protocol|XMPP]], including support for [[Jingle (XMPP)|Jingle]]
* '''Gabble''': for [[Extensible Messaging and Presence Protocol|XMPP]], including support for [[Jingle (protocol) |Jingle]]
* '''Butterfly''': for [[MSN Messenger]]
* '''Butterfly''': for [[Windows Live Messenger]]
* '''Idle''': for [[Internet Relay Chat]]
* '''Idle''': for [[Internet Relay Chat]]
* '''Salut''': for the link-local [[Extensible Messaging and Presence Protocol|XMPP]] protocol
* '''Salut''': for the link-local [[Extensible Messaging and Presence Protocol|XMPP]] protocol
* '''Haze''': for accessing protocols supported by libpurple, the library used by the [[Pidgin (software)|Pidgin]] messaging client. This was done as a [[Google Summer of Code]] project in 2007.<ref>{{cite web |url=http://developer.pidgin.im/wiki/Telepathy |title=Telepathy - Pidgin - Trac|accessdate=2008-06-30}}</ref>
* '''Haze''': for accessing protocols supported by libpurple, the library used by the [[Pidgin (software) |Pidgin]] messaging client. This was done as a [[Google Summer of Code]] project in 2007.<ref>{{cite web |url= http://developer.pidgin.im/wiki/Telepathy | type = wiki | title=Telepathy | publisher = Pidgin | work = Trac |accessdate= 2008-06-30}}</ref>
* '''Spyke''': for the [[Skype]] protocol
* '''Spirit''': for the [[Skype protocol]] on the [[Nokia N900]] and [[Nokia N9]]
* '''Telepathy-SofiaSIP''': for the [[Session Initiation Protocol]] (SIP), using Nokia's open source Sofia-SIP library
* '''Rakia''': for the [[Session Initiation Protocol]] (SIP), using Nokia's open source Sofia-SIP library
* '''Morse''': for [[Telegram (software) |Telegram]]


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.<ref>[http://mission-control.sourceforge.net/ mission-control] </ref>
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.<ref>{{Citation | url = http://mission-control.sourceforge.net/ | title = Mission control | publisher = Source forge | url-status = dead | archiveurl = https://web.archive.org/web/20080113095325/http://mission-control.sourceforge.net/ | archivedate = 2008-01-13 }}.</ref>


[http://telepathy.freedesktop.org/wiki/Tubes Tubes] are Telepathy's mechanism for supporting arbitrary data transfer and remote [[Inter-process communication|IPC]].
Tubes are Telepathy's mechanism for supporting arbitrary data transfer and remote [[Inter-process communication |IPC]].<ref>{{Citation | contribution = Tubes | contribution-url = https://telepathy.freedesktop.org/wiki/Documentation/Tubes | publisher = Free desktop | title = Telepathy}}.</ref>


Telepathy forms the basis of the instant messaging and voice/video calling software on the [[Nokia]] [[Nokia 770|770]], [[Nokia N800|N800]], and [[Nokia N810|N810]] as part of the [[Internet Tablet OS]].
Telepathy forms the basis of the instant messaging and voice/video calling software on the [[Nokia]] [[Nokia 770 |770]], [[Nokia N800|N800]], [[Nokia N810|N810]], [[Nokia N900|N900]], [[Nokia N9|N9]] and [[Jolla]].


==How Telepathy works==
==How Telepathy works==
Line 24: Line 24:
==Applications==
==Applications==
* [[Empathy (software)|Empathy]]
* [[Empathy (software)|Empathy]]
* [[KCall]]
* [[KDE Telepathy]]
* [[Tapioca (framework)|Tapioca]]
* [[Sugar (software)|Sugar]]


==See also==
==See also==
{{portal|Free Software}}
{{Portal|Free Software}}
* [[Farstream]] (formerly Farsight)
* [[Farsight]]


==References==
==References==
{{reflist|2}}
{{Reflist|2}}


==External links==
==External links==
* [http://telepathy.freedesktop.org Project website]
* [http://telepathy.freedesktop.org Project website]
* [http://mirror.linux.org.au/pub/linux.conf.au/2007/video/talks/301.ogg "IM/VOIP Communications Framework"] video download (77MB ogg) of talk by lead developer Robert McQueen on Telepathy. [http://lca2007.linux.org.au/talk/301 Streaming Flash video].
* [http://mirror.linux.org.au/pub/linux.conf.au/2007/video/talks/301.ogg "IM/VOIP Communications Framework"] video download (77MB ogg) of talk by lead developer Robert McQueen on Telepathy. [http://lca2007.linux.org.au/talk/301 Streaming Flash video].
* [http://community.kde.org/Real-Time_Communication_and_Collaboration KDE-Telepathy] actual 0.9.0
* [http://telepathy.freedesktop.org/doc/book/index-info.html Telepathy Developer's Manual]


{{Freedesktop.org}}
{{Freedesktop.org}}


[[Category:Applications using D-Bus]]
[[Category:Free instant messaging clients]]
[[Category:Free network-related software]]
[[Category:Freedesktop.org]]
[[Category:Freedesktop.org]]
[[Category:Free network-related software]]
[[Category:Free instant messaging clients]]
[[Category:Applications using D-Bus]]

[[de:Telepathy]]
[[fr:Telepathy]]
[[ja:Telepathy]]
[[ru:Telepathy]]

Latest revision as of 19:41, 15 July 2022

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.
[edit]