Posts Tagged ‘empathy’

Empathy “Network Error” Revisited

December 30, 2012

Empathy should really give better error messages than “Network Error”. The Help->Debug window is not easy to decipher. I still have no idea what is causing it.

This time around I encountered the problem on an up-to-date Debian Testing installation. It affected my Facebook chat. The following command seems to fix it:

killall telepathy-butterfly telepathy-haze mission-control-5 telepathy-logger telepathy-salut telepathy-gabble empathy-chat empathy

 

Grouping Facebook Contacts in Empathy

July 16, 2011

You can’t. Facebook doesn’t support editing of groups in their jabber implementation. The trick then becomes to assign groups through facebook.

This is done by logging into facebook and choosing ‘Edit Friends’ from the ‘Account’ drop-down menu. The process is first to create the groups (lists in facebook-lingo) and then to assign contacts (friends in facebook-lingo) to them.

Skype via Empathy

February 14, 2011

This thread describes how to do skype chatting in empathy.

The steps to follow – for ubuntu users at least – are:

  1. Install skype: see link.
  2. Install pidgin-skype: sudo apt-get install pidgin-skype
  3. Start skype.
  4. Go to empathy’s account manager and add a bigbrownchunx-skype-dbus account for your skype identity.

Facebook chat revisited

February 12, 2010

Earlier attempts at connecting Empathy (under Ubuntu) to the facebook chat have proven short-termed[1,2].

In a bizarre twist of fate, the people at Facebook have put on their white hats and done the right thing by exposing their chat functionality under the banner of XMPP/Jabber. There is an official guide with step-by-step instructions for a few specific clients and the general information needed to connect any other client.

There also exists a step-by-step guide for Empathy. Do note, that when adding the account, you want to “Reuse an existing account”, and not “Create a new account”.

I might come up with some cleaner instructions …

Facebook chat with Empathy under Ubuntu (Karmic)

October 26, 2009

Update 2: New solution.

Update 1: This no longer works for me. I’m getting the feeling that Facebook might be messing around with the protocol …

The solution for Jaunty seems to have degenerated.

I recently installed Karmic (Koala) Beta and decided to give it a try again. For me, installing the pidgin-facebookchat package and following the instructions at the relevant (bottom) part of the official documentations page regarding protocols. The experience is not entirely stable, but for a beta release I guess it’s ok.

Empathy gives “Network Error”

July 27, 2009

Recently empathy has been giving randomish errors for certain protocols, mostly MSN and Facebook. The message is “Network Error“.

This forum thread hints a solution: Simply run “killall telepathy-butterfly” and restart empathy.

Facebook chat with Empathy and Ubuntu

June 21, 2009

Update 3: New solution.

Update 2: With the forthcomming release of Karmic Koala this guide becomes (more or less) obsolete. This guide deals with the new situation.

Updata 1: This guide no longer seems to work for me.

This article explains how to configure Empathy under Ubuntu (9.04 Jaunty Jackelope) to interface with Facebook Chat.

On the technical side of things, the indea is to use pidgin-facebookchat – a libpurple plugin – through telepathy-haze – a telepathy connection manager based on libpurple – to establish and maintain the connection. The plugin can be used directly with Pidgin for similar results.

First, we need to install the needed packages (I assume that empathy is installed):

sudo apt-get install pidgin-facebookchat telepathy-haze

As described here and here you then need to do some fiddling. This might change in the future. What you need to do is:

cp /usr/share/telepathy/managers/haze.manager /tmp/
wget https://bugs.freedesktop.org/attachment.cgi?id=20810
sudo mv attachment.cgi?id=20810 /usr/share/telepathy/managers/haze.manager
wget https://bugs.freedesktop.org/attachment.cgi?id=20811
sudo mv attachment.cgi?id=20811 /usr/share/mission-control/profiles/bigbrownchunx-facebookim-haze.profile

Note: The two sudo lines will override any existing files. Since the first file should exist prior to the operation, one should make sure that nothing is removed from it during the operation. Do this by comparing /tmp/haze.manager and /usr/share/telepathy/managers/haze.manager. The latter should be the prior plus a section for the bigbrownchunx-facebookim protocol.