mcabber/mcabberrc.example
changeset 2172 06669fc1810c
parent 2170 282531385f34
child 2190 ee3a40ffcd8b
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