Connect Google Talk with MSN, Yahoo and AIM

Just saw this on Digg and since I’m already on a Jabber frenzy due to my previous posts, I thought I should share.

Looks quite cool, though I haven’t tried it yet.

I’m using GAIM so I got everything all up in one client. I’m just waiting to get a build of GAIM that works with libjingle so I would be able to chat with my friends using Google Talk’s voice features.

If I only had a bit more free time to actually code on GAIM that would be even better… oh well… back to the salt mines.

[Read More]

Company-Wide Instant Messaging with Jabberd

Continuing my current fixation about Jabber and Jabber related stuff (it all started with this post about how Google is openning up Google Talk to talk with other Jabber based servers), there is a good article up on O’Relly’s OnLamp.com about the pros and cons of a Company-Wide Instant Messaging solutions as well as how to setup Jabberd 2.x to do just that.

It’s really worth the read for people that are trying to figure out how to utilize an IM solution in their company while still retaining a high degree of security.

[Read More]

Jabber Servers Supporting the DialBack Protocol

I promised in the previous post about Google Talk’s support for federation to check what open source Jabber servers supports the DialBack protocol described in RFC 3920 used by Google Talk server to talk to other Jabber server.

Well… it seems that the dialback protocol is supported by all server listed here and a bunch of other non open source servers not listed there.

This is a good thing, but it seems the dialback protocol is not encrypted like the other TLS and SASL server-to-server protocols. On the other hand all other IMs today are not encrypted by default so privacy issues regarding this are legitimate as to the rest of the IMs available.

[Read More]

Someone heard my call – Google Talk support federation

A while back I posted a request/hope that Google Talk will open up to AOL using one of the Jabber bridges.

I also secretly hoped (meaning, I forgot to blog about it) that since Google Talk uses Jabber, they will open up its federation abilities and enable everying Google Talk user to communicate with any other Jabber user (providing that that user supports the necessary XMPP spec that Google Talk uses, which I still don’t know if it is one of the common ones, but I’ll check that up).

[Read More]

Google Talk and AIM talks

I’m sure you all have heard by now that Google and AOL have signed a deal in which part of it is to enable Google Talk and AIM users to communicate with each other.

Google Talk is based on the open XMPP (Jabber) standard which has built in abilities to work with gateways that enables this protocol to communicate with other protocols.

I just hope Google will use some of the Jabber/AIM bridges such as AIM/ICQ-Transport to make this thing work.

[Read More]

Google Talk Log Abilities

As my good friend Dudu pointed out (and I forgot to tell you), Google Talk’s log abilities are very limited.

It only saves the last 20 lines of chat (and only if the window was closed properly, otherwise it will NOT save the log).

Since Google Talk currently lack any normal API (heck, its just one executable file ;-) ), I thought about writing a small up that would listen to file changes in the log directory, parse them and accumelate them in one file per converstaion with a person (similar to what the log is doing now).

[Read More]

How to edit/delete Google Talk custom messages

Google Talk stored all of your custom messages that you have entered in a file in your user profile directory.

The file is located at “%USERPROFILE%\Local Settings\Application Data\Google\Google Talk\status”

Inside you will find a file named in the format [userid]-history.txt.

So if your Gmail account is John.Dow@gmail.com the filename will be john.dow_gmail.com-history.txt (besides, there is usually only one file there anyway ;-) ).

The file format is very easy. It start with a first line which has the character “1” in it. I’m not sure what it stands for and what it do but you can disregard it.

[Read More]

How to disable Google Talk Auto Update

If you every wondered how to disable Google Talk’s auto update feature, I found an easy way of doing this which, at least for now, seems to work.

NOTE:

Be sure to backup the registry entries before using the registry’s Export feature when standing on the Google Talk AutoUpdate key.

  1. Close Google Talk
  2. Open the registry (using regedit.exe)
  3. Go to My Machine\HKEY_CURRENT_USER\Software\Google\Google Talk\Autoupdate
  4. Change the value of UpdateURL to something in valid (or empty)
  5. Start Google Talk

That’s it.

[Read More]

IM Wars – And I’m not the only one thinking about it

It seems that there are more than a few people (well, at least 2) that have some other thoughts about Google.

I must admit that at first I was also inside the Google Talk frenzy, submersed in all the hype, but after reading Nuggest’s post and Drunken Batman’s post I started to ponder a bit about their thoughts and I must say that have some really good points.

Although Google Talk is still in v1.0 (or v0.1, depends on how you look at it) and it lacks a lot of the client features that its competitors have, we should also assume that their server software (even though based on the open XMPP standard that Jabber uses) is at v1.0 (or v0.1, as I said about the client).

[Read More]