# HG changeset patch # User Mikael Berthe # Date 1121719758 -3600 # Node ID 7bd4ffee9497c578d6578c74ded5f4875fd89c73 # Parent 3a25be278864e96eb94587e203328a58f054161f Update sample configuration file Passwords with leading/trailing spaces can be typed. Examples: set password = " with spaces " set password = "with "quotes"" diff -r 3a25be278864 -r 7bd4ffee9497 mcabber/mcabberrc.example --- a/mcabber/mcabberrc.example Mon Jul 18 21:47:05 2005 +0100 +++ b/mcabber/mcabberrc.example Mon Jul 18 21:49:18 2005 +0100 @@ -6,6 +6,8 @@ # Use ssl = 1 to enable SSL set username = yourusername +# Note: if the password contains leading or trailing spaces, you must +# enclose it with quotes: set password = " example password " #set password = yourpassword set server = your.jabber.server #set port = 5222