comparison mcabber/mcabberrc.example @ 2172:06669fc1810c

Add support for using external password managers I wrote the attached patch to enable to usage of password stores like pass with mcabber to avoid putting plain passwords into the config file.
author Christian Burkert <post@cburkert.de>
date Sun, 28 Jun 2015 12:58:10 +0200
parents 282531385f34
children ee3a40ffcd8b
comparison
equal deleted inserted replaced
2171:46d1182d45be 2172:06669fc1810c
9 9
10 # If password is not given, it will be interactively asked for. 10 # If password is not given, it will be interactively asked for.
11 # Note: if the password contains leading or trailing spaces, you must 11 # Note: if the password contains leading or trailing spaces, you must
12 # enclose it with quotes: set password = " example password " 12 # enclose it with quotes: set password = " example password "
13 #set password = yourpassword 13 #set password = yourpassword
14
15 # Read password from output of the given command.
16 # This is a way to use password managers like 'pass' in order
17 # to avoid writing plain passwords into config files.
18 #set password_eval = "your command"
14 19
15 # You can provide a server name if you want mcabber to connect 20 # You can provide a server name if you want mcabber to connect
16 # to a specific server. 21 # to a specific server.
17 #set server = your.jabber.server 22 #set server = your.jabber.server
18 23