diff 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
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Sun Nov 26 10:30:52 2006 +0100
+++ b/mcabber/mcabberrc.example	Sun Nov 26 10:42:25 2006 +0100
@@ -38,6 +38,17 @@
 #set ssl_capath =
 #set ssl_ciphers =
 
+# PGP support
+# Set pgp to 1 to enable OpenPGP.
+# To sign outgoing messages, select your private key id with
+# the pgp_private_key option.  You cannot change these options once
+# mcabber is running.
+#set pgp = 0
+#set pgp_private_key = "B0B92210"
+#
+# You can set your PGP passhrase here, although it's NOT advised.
+#set pgp_passphrase = "PGPpassword"
+
 # Conference nickname
 # This nickname is used when joining a room, when no nick is explicitly
 # specified by the user.  Note that when the nickname option is not set,