instant messenger client I can run on my local machine with a web interface?

2

I'd like to run an instant messenger client on my server so I can have access to IM anywhere I go. I used to run bitlbee with CGI:IRC but was wondering if there's an easier/more user friendly option out there?

Jared

Posted 2009-08-11T16:46:06.477

Reputation: 2 175

What IM network(s) do you need access to? – arathorn – 2009-08-11T17:01:43.233

AIM and Msn, yahoo and jabber would be nice but not required. – Jared – 2009-08-11T19:08:49.450

Answers

2

Is Meebo not an option? It's a web-based IM client, and supports MSN, Yahoo, GTalk, Jabber, ICQ, Facebook, MySpace, and more.

arathorn

Posted 2009-08-11T16:46:06.477

Reputation: 8 559

1I don't like the idea of a third party having access to my message traffic. I may use it if there's no other option but would like to avoid them. – Jared – 2009-08-11T16:49:42.663

3Technically, Meebo would be a fourth party. There's you, the person you talk to on the messaging client, the company that runs the service, and then Meebo. If you're trying to keep communications out of the eyes of others, you might want to go with setting up your own IRC server or something like that. – phuzion – 2009-08-11T17:37:43.503

2

SparkWeb is a web-based Jabber client. And although it is jabber only, if you are planning on hosting your client on a server, you could also run the OpenFire server with IM gateways to other protocols.

heavyd

Posted 2009-08-11T16:46:06.477

Reputation: 54 755

My understanding is you can only run one aim/msn/yahoo gateway at a time. for example if I wanted to sign onto aim using screenname1 and screenname2 this would be impossible to do with openfire unless I used two jabber names. – Jared – 2009-08-11T19:11:31.957

Yes, because OpenFire is actually a Jabber server, its designed to allow for several users to connect to their individual accounts through the gateway, so for each account on each IM service you will need a separate Jabber account. – heavyd – 2009-08-11T20:07:21.767

0

For Mac Colloquy has a web based GUI that you can use remotely.

Chris Nava

Posted 2009-08-11T16:46:06.477

Reputation: 7 009

0

If privacy is a huge concern, you could always run pidgin with the off-the-record plugin installed on your server, then just vnc into the server to use instant messaging. Seems like a PITA, but would be super private and secure, and possibly easier than setting up your own messaging client with a web-facing GUI.

TJ L

Posted 2009-08-11T16:46:06.477

Reputation: 1 869