Telepathy (software): Difference between revisions
ShalokShalom (talk | contribs) |
Restored revision 1098420910 by HelenDegenerate (talk) |
||
(18 intermediate revisions by 13 users not shown) | |||
Line 2: | Line 2: | ||
==Implementations== |
==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: |
||
Line 14: | Line 13: | ||
* '''Morse''': for [[Telegram (software) |Telegram]] |
* '''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>{{Citation | url = http://mission-control.sourceforge.net/ | title = Mission control | publisher = Source forge}}.</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> |
||
Tubes are Telepathy's mechanism for supporting arbitrary data transfer and remote [[Inter-process communication |IPC]].<ref>{{Citation | contribution = Tubes | contribution-url = |
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]], [[Nokia N810|N810]], [[Nokia N900|N900]], [[Nokia N9|N9]] and [[Jolla]]. |
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]]. |
||
Line 26: | Line 25: | ||
* [[Empathy (software)|Empathy]] |
* [[Empathy (software)|Empathy]] |
||
* [[KDE Telepathy]] |
* [[KDE Telepathy]] |
||
* [[Sugar ( |
* [[Sugar (software)|Sugar]] |
||
* [[Tapioca (framework)|Tapioca]] |
|||
==See also== |
==See also== |
||
{{ |
{{Portal|Free Software}} |
||
* [[Farstream]] (formerly Farsight) |
* [[Farstream]] (formerly Farsight) |
||
==References== |
==References== |
||
{{ |
{{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] |
* [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] |
* [http://telepathy.freedesktop.org/doc/book/index-info.html Telepathy Developer's Manual] |
||
{{Freedesktop.org}} |
{{Freedesktop.org}} |
||
⚫ | |||
⚫ | |||
⚫ | |||
[[Category:Applications using D-Bus]] |
[[Category:Applications using D-Bus]] |
||
⚫ | |||
⚫ | |||
⚫ |
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:
- Gabble: for XMPP, including support for Jingle
- Butterfly: for Windows Live Messenger
- Idle: for Internet Relay Chat
- Salut: for the link-local XMPP protocol
- Haze: for accessing protocols supported by libpurple, the library used by the Pidgin messaging client. This was done as a Google Summer of Code project in 2007.[1]
- Spirit: for the Skype protocol on the Nokia N900 and Nokia N9
- Rakia: for the Session Initiation Protocol (SIP), using Nokia's open source Sofia-SIP library
- Morse: for 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.[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]- Farstream (formerly Farsight)
References
[edit]- ^ "Telepathy". Trac (wiki). Pidgin. Retrieved 2008-06-30.
- ^ Mission control, Source forge, archived from the original on 2008-01-13.
- ^ "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