# HG changeset patch # User mikael # Date 1112798362 0 # Node ID db2a1826bafa8b07c99cc838fb2542e7cc61a816 # Parent 5e1577acc8e79632197e69f49d93f9196fdfb8c0 [/trunk] Changeset 77 by mikael * Fix configure.in (AM_CONFIG_HEADER) diff -r 5e1577acc8e7 -r db2a1826bafa mcabber/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mcabber/README Wed Apr 06 14:39:22 2005 +0000 @@ -0,0 +1,17 @@ +Well, the documentation is missing yet, but... + +!!!!!! SEE mcabberrc.example !!!!!! + +configfile: + The configfile will be placed in $HOME/.mcabberrc + and it will be: + + username = username + password = yourpassword + server = serveryou.use + resource = yourresourcenameOFFICE + passtype = plain (or sha1) + + +That's all folks! (by the moment ;-) + diff -r 5e1577acc8e7 -r db2a1826bafa mcabber/configure.in --- a/mcabber/configure.in Wed Apr 06 13:34:50 2005 +0000 +++ b/mcabber/configure.in Wed Apr 06 14:39:22 2005 +0000 @@ -5,7 +5,7 @@ AC_INIT(mcabber, 0.6.0, bmikael@lists.lilotux.net) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src]) -AC_CONFIG_HEADER([config.h]) +AM_CONFIG_HEADER(config.h) AC_PROG_RANLIB diff -r 5e1577acc8e7 -r db2a1826bafa mcabber/mcabberrc.example --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mcabber/mcabberrc.example Wed Apr 06 14:39:22 2005 +0000 @@ -0,0 +1,23 @@ +# Sample .mcabberrc file + +# The jid will be the following: username@server/resource + +username = yourusername +password = yourpassword +server = your.jabber.server +port = 5222 +resource = yourresource + + +# The colors +# Note: the following settings may or may not be used currently... :) + +# Colors are: black, red, green, yellow, blue, magenta, cyan, white +color_background = blue +color_backselected = cyan +color_borderlines = white +color_jidonlineselected = black +color_jidonline = green +color_jidofflineselected = red +color_jidoffline = red +color_text = white