Redirected from page "Apps/Empathy"

Clear message

Empathy

Empathy is a messaging program which supports text, voice, video chat, and file transfers over many different protocols. You can tell it about your accounts on all those services and do all your chatting within one application.

Empathy uses Telepathy for protocol support and has a user interface based on Gossip.

Empathy is currently no longer in development (see also Attic/Unmaintained).

Current features

  • Multi-protocol: Google Talk (Jabber/XMPP), MSN, IRC, Salut, AIM, Facebook, Yahoo!, Gadu Gadu, Groupwise, ICQ and QQ. (Supported protocols depend on installed Telepathy Connection Manager components.) Supports all protocols supported by Pidgin.
  • File transfer for XMPP, and local networks.
  • Voice and video call using SIP, XMPP and Google Talk.
  • Some IRC support.
  • Conversation theming (see list of supported Adium themes).

  • Sharing and viewing location information.
  • Private and group chat (with smileys and spell checking).
  • Conversation logging.
  • Automatic away and extended away presence.
  • Automatic reconnection using Network Manager.
  • Python bindings for libempathy and libempathy-gtk
  • Support for collaborative applications (“tubes”).

Screenshots


Project Resources

Download/Install/Source Code

Frequently Asked Questions

Troubleshooting

Developers

  • How to contribute using GIT

  • Roadmap: Overview of what's being worked on and what's planned for the future

  • Internship ideas

  • Style
  • Empathy's code is currently a mess regarding coding style. Please follow the following policy when contributing:
    • If you are modifying an existing file, you should stay coherent and use the style of the file.
    • Though if you are making a lot of modifications, it would be good to use the Telepathy coding style and port the rest of the file to this style (record such commits separately)

    • When you change the coding style of a file, or create a new file, don't forget to set as first line of both .c and .h files:

Telepathy Style:
/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */

Empathy Style:
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */

Contact Information

Bugs

Hacking

  • Just dive in! Understanding Telepathy helps.

  • You can easily run Empathy from source by setting EMPATHY_SRCDIR to your Empathy source directory.


CategoryNetwork

Attic/Empathy (last edited 2021-05-25 17:24:02 by MichaelCatanzaro)