I need to set up an IM system for a network that won't be connected to the internet - probably just a number of laptops connected via wireless. There will be a central server. What options do I have for clients and server software? Open source or free would be preferred.

Thanks.

link|improve this question

75% accept rate
feedback

3 Answers

up vote 7 down vote accepted

XMPP (Jabber) servers work just fine without an internet connection. I use ejabberd and it works quite well, but there are a number of other options for both Linux and Windows servers.

XMPP also has excellent client support, including most of the "alternative" IM clients like Adium, Miranda, Pidgin, etc.

link|improve this answer
thanks - I'll give it a try. – chris Oct 21 '09 at 23:19
Agreed - jabber is the way to go. Check out the Openfire jabber server. It's free, and very easy to set up. – ErikA Oct 22 '09 at 2:24
feedback

You could also go for IRC, the Internet Relay Chat. There are several opensource servers and a lot of clients for windows and linux (like mIRC or irssi).

We use IRC at our company, where we have most of NOC and Servicedesk in a channel, so questions or announcements can be broadcasted to everyone.

link|improve this answer
feedback

I have used Vypress chat for years as a private IM system. It works great on a LAN with no inet. Per there web site, there are .nix ports of the client.

http://www.vypress.com/products/chat/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.