view mcabber/README @ 409:82064124324d

Fix a SIGPIPE issue when connecting to the server This change fixes a SIGPIPE when cw_nb_connect() is called too fast after make_nb_netsocket(). In this case getsockopt() reports a wrong value (no error) and the first jab_send_raw() in jconn.c gets a SIGPIPE. The delay in jabglue.c can then be removed.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 27 Aug 2005 22:20:03 +0200
parents 33b8e801ffa6
children fdd1637db7f3
line wrap: on
line source

 Hello, and thanks for trying mcabber.

For installation instruction, have a look at the INSTALL file.

A configuration file is necessary to start mcabber.  Its name is
$HOME/.mcabber/mcabberrc (or $HOME/.mcabberrc).

A sample configuration file, "mcabberrc.example", is provided in this
directory.  Copy it and modify it to fit your needs.


You can use mcabber "-f" option to specify another configuration file.


This software is under development, please give me some feedback (and some
patches if you can!).  Or just tell me you're using it... ;-)

  Mikael <mcabber@lilotux.net>