comparison mcabber/mcabberrc.example @ 1042:8a395c2cafc4

Initial PGP support (decrypt) This patch initialize the PGP (GPG) sub-system, and adds a few PGP-related options to the configuration file. Encrypted messages can be processed. Presence is signed when the status message is non-empty.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 26 Nov 2006 10:42:25 +0100
parents 0759f4c7da68
children 6646d2ed7f74
comparison
equal deleted inserted replaced
1041:d4b97a2423eb 1042:8a395c2cafc4
36 #set ssl_verify = -1 36 #set ssl_verify = -1
37 #set ssl_cafile = /usr/share/ssl/certs/ca-bundle.crt 37 #set ssl_cafile = /usr/share/ssl/certs/ca-bundle.crt
38 #set ssl_capath = 38 #set ssl_capath =
39 #set ssl_ciphers = 39 #set ssl_ciphers =
40 40
41 # PGP support
42 # Set pgp to 1 to enable OpenPGP.
43 # To sign outgoing messages, select your private key id with
44 # the pgp_private_key option. You cannot change these options once
45 # mcabber is running.
46 #set pgp = 0
47 #set pgp_private_key = "B0B92210"
48 #
49 # You can set your PGP passhrase here, although it's NOT advised.
50 #set pgp_passphrase = "PGPpassword"
51
41 # Conference nickname 52 # Conference nickname
42 # This nickname is used when joining a room, when no nick is explicitly 53 # This nickname is used when joining a room, when no nick is explicitly
43 # specified by the user. Note that when the nickname option is not set, 54 # specified by the user. Note that when the nickname option is not set,
44 # the username variable can be used. 55 # the username variable can be used.
45 #set nickname = Abitbol 56 #set nickname = Abitbol