Skip to content

Revert to Console for IM – Gtalk Example using Mcabber

I can finally sleep at night now that I have a command-line solution for Google Talk.

What’s needed (for a poor windows user):

If cygwin and ssh are new to you, read this to get up to speed.

If you are setting up mcabber on a host machine, you’ll want to setup ssh as a service or daemon on that machine as well. Use the ssh-host-config script to do that.

Quickly, here’s how to get going.

  1. Get the latest updates for cygwin using the cygwin setup program. I was missing the latest glib and I didn’t have pkg-config.
  2. Download the mcabber source from the website. Run the configure script with no arguments. Take note of any errors; they are most likely related to missing libraries. Get these libraries with the cygwin setup program.
  3. Once configure is successful, you should be able to run make, and then make install with no problems.
  4. Create a mcabberrc file in the directory ~/.mcabber, note that the filename is “mcabberrc” and not “.mcabberrc”.
  5. Put the following into the mcabberrc file to configure it for Google Talk.

set username = <your username at gmail dot com>
set server = talk.google.com
set ssl = 1
set ssl_verify = 0
set port = 5223

That’s all there is to it. Type mcabber and it should prompt you for your password and then connect.

You’ll see 3 different “panes” or frames and the command prompt at the bottom. Scroll through your contacts with Page Up and Page Down. When you’ve selected a contact, just start typing in the command prompt to send messages. The program commands start with a “/” character, type “man mcabber” for a complete list of commands. If you’re in mcabber, you can type “/help” for help on specific mcabber commands.

That’s all for now!

-eokuwwy

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

3 Comments

  1. Jeff wrote:

    perfect, just what i needed!

    Thursday, June 18, 2009 at 12:28 am | Permalink
  2. the q-man wrote:

    Thanks for this post. After updating cygwin with a few missing items it works like a charm.

    Saturday, July 11, 2009 at 3:07 pm | Permalink
  3. Brad Goetsch wrote:

    Thanks, this was exactly what I was looking for.

    Monday, February 21, 2011 at 5:18 pm | Permalink

One Trackback/Pingback

  1. REVERT TO CONSOLE › Mcabber Install on Dreamhost on Tuesday, September 22, 2009 at 2:03 pm

    [...] follow these directions to set up. This was written by Jeff. Posted on Tuesday, September 22, 2009, at 1:39 pm. [...]

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*