From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 08:50:15 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F17241065670 for ; Wed, 4 Aug 2010 08:50:14 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id A02A48FC1F for ; Wed, 4 Aug 2010 08:50:13 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OgZfw-0002zg-Jv for freebsd-questions@freebsd.org; Wed, 04 Aug 2010 10:50:12 +0200 Received: from 62.97.71.6 ([62.97.71.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Aug 2010 10:50:12 +0200 Received: from matiassurdi by 62.97.71.6 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Aug 2010 10:50:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Matias Date: Wed, 04 Aug 2010 10:50:03 +0200 Lines: 29 Message-ID: References: <4C587815.2090601@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 62.97.71.6 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; es-ES; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6 In-Reply-To: <4C587815.2090601@gmail.com> Subject: Re: lightweight Chat client/server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2010 08:50:15 -0000 El 03/08/10 22:12, Depo Catcher escribió: > > I have a combination of Spark (windows client) and Open Fire (FreeBSD > server, actually Java) for my lan. > We've used this setup for years, but the OpenFire server takes up ~500 + > MB. > > Anyways, we were looking for something a bit smaller. > We just need to send text messages to LAN users (less than 6) and > supports a nice windows client. > We're not suppose to use any external services (yahoo messenger, aol, etc) > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > I'd racommend ejabberd. I set it up at work (around 200 people) and works likea charm, really small footprint on the server also, less than 200Mb of ram used. Easy to setup shared roster groups, lots of clients for all operative systems (we use Pandion on widnows, Adium on Mac and Pidgin on linux). Command line tools to manage it, no need for sql database and incredibly easy to setup a cluster for HA/Load balancing. The only drawback (for me): it is written in Erlang... but this is a problem just if you were planning to develop your custom modules, etc..