comparison mcabber/mcabberrc.example @ 1068:6646d2ed7f74

Allow pgp commands in config file, update sample configuration file
author Mikael Berthe <mikael@lilotux.net>
date Sat, 02 Dec 2006 13:29:56 +0100
parents 8a395c2cafc4
children b3bfdecfd178
comparison
equal deleted inserted replaced
1067:a5dc85fdebde 1068:6646d2ed7f74
41 # PGP support 41 # PGP support
42 # Set pgp to 1 to enable OpenPGP. 42 # Set pgp to 1 to enable OpenPGP.
43 # To sign outgoing messages, select your private key id with 43 # To sign outgoing messages, select your private key id with
44 # the pgp_private_key option. You cannot change these options once 44 # the pgp_private_key option. You cannot change these options once
45 # mcabber is running. 45 # mcabber is running.
46 # Note: you can get the Key Id with gpg: "gpg --list-keys --keyid-format long"
46 #set pgp = 0 47 #set pgp = 0
47 #set pgp_private_key = "B0B92210" 48 #set pgp_private_key = "C9940A9BB0B92210"
48 # 49 #
49 # You can set your PGP passhrase here, although it's NOT advised. 50 # You can set your PGP passhrase here, although it's NOT advised.
50 #set pgp_passphrase = "PGPpassword" 51 #set pgp_passphrase = "PGPpassword"
51 52
52 # Conference nickname 53 # Conference nickname
254 # 255 #
255 # Set "log_display_sender" to 1 to display the message sender's jid in the 256 # Set "log_display_sender" to 1 to display the message sender's jid in the
256 # log window (default: 0, no) 257 # log window (default: 0, no)
257 #set log_display_sender = 0 258 #set log_display_sender = 0
258 259
260 # Contacts PGP information
261 # You can provide a PGP key to be used for a given Jabber user, or
262 # disbale PGP on a per-account basis.
263 # If you provide a KeyId for a contact, it will be compared to the key the
264 # contact uses to sign their presence/messages and it will be used for
265 # all outgoing encrypted messages (that is, the contact signature key will
266 # be ignored).
267 # Please note that the key must match exactly the id seen with /info.
268 #pgp disable foo@bar.org
269 #pgp setkey bar@foo.net C9940A9BB0B92210
270
259 # Aliases 271 # Aliases
260 alias me = say /me 272 alias me = say /me
261 alias online = status online 273 alias online = status online
262 alias away = status away 274 alias away = status away
263 alias dnd = status dnd 275 alias dnd = status dnd