changeset 85:19f57e681252

[/trunk] Changeset 99 by mikael * Update config file.
author mikael
date Sun, 17 Apr 2005 19:52:17 +0000
parents 134fe2567f07
children eb2270957c2d
files mcabber/README mcabber/mcabberrc.example
diffstat 2 files changed, 10 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/README	Sun Apr 17 19:15:51 2005 +0000
+++ b/mcabber/README	Sun Apr 17 19:52:17 2005 +0000
@@ -2,16 +2,9 @@
 
 !!!!!! 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)
-	    
+A configuration file is necessary.
+Its name is $HOME/.mcabberrc
+Please see the sample config file!
 
-That's all folks! (by the moment ;-)
+You can use the -f option to specify another configuration file.
 
--- a/mcabber/mcabberrc.example	Sun Apr 17 19:15:51 2005 +0000
+++ b/mcabber/mcabberrc.example	Sun Apr 17 19:52:17 2005 +0000
@@ -1,18 +1,20 @@
-# Sample .mcabberrc file
+# Sample ~/.mcabberrc file
 
 # The jid will be the following: username@server/resource
+# If password is not given, it will be interactively asked for.
+# If port is not given, default Jabber port will be used.
 # Use ssl = 1 to enable SSL
 
 username = yourusername
-password = yourpassword
+#password = yourpassword
 server = your.jabber.server
-port = 5222
+#port = 5222
 resource = yourresource
 ssl = 0
 
 
 #  The colors
-# Note: the following settings may or may not be used currently... :)
+# NOTE: the following settings may or may not be used currently... :)
 
 # Colors are: black, red, green, yellow, blue, magenta, cyan, white
 color_background = blue