view mcabber/doc/help/en/hlp_pgp.txt @ 1197:6f602d3270a4

Add /pgp [-]force With this command it becomes possible to enforce PGP encryption without checking if the remote client has PGP support. It can be used to send encrypted offline messages too.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 27 Apr 2007 00:37:57 +0200
parents 641e6c618e5d
children
line wrap: on
line source


 /PGP disable|enable|force|info [jid]
 /PGP setkey [jid [key]]

This command manipulates PGP settings for the specified jid (by default the currently selected contact).
Please note that PGP encryption won't be used if no remote PGP support is detected, even if PGP is enabled with this command.  You can force PGP encryption with the "force" subcommand.

/pgp disable [jid]
 Disable PGP encryption for jid (or the currently selected contact)
/pgp enable [jid]
 Enable PGP encryption for jid (or the currently selected contact)
/pgp [+|-]force [jid]
 Enforce PGP encryption, even for offline messages, and always assume the recipient has PGP support.  If a message can't be encrypted (missing key or key id), the messages won't be sent at all.  This option is ignored when PGP is disabled.
/pgp info [jid]
 Show current PGP settings for the contact
/pgp setkey [jid [key]]
 Set the PGP key to be used to encrypt message for this contact.
 If no key is provided, the current key is erased.
 You can use the shortcut-jid "." for the currently selected contact.