mcabber/doc/help/en/hlp_pgp.txt
author franky
Sat, 18 May 2019 20:41:52 +0200
changeset 2347 db8de1b464d3
parent 1197 6f602d3270a4
permissions -rw-r--r--
Reordered some lines of code for clarity
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1069
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
1197
6f602d3270a4 Add /pgp [-]force
Mikael Berthe <mikael@lilotux.net>
parents: 1069
diff changeset
     2
 /PGP disable|enable|force|info [jid]
1069
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     3
 /PGP setkey [jid [key]]
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     4
1197
6f602d3270a4 Add /pgp [-]force
Mikael Berthe <mikael@lilotux.net>
parents: 1069
diff changeset
     5
This command manipulates PGP settings for the specified jid (by default the currently selected contact).
6f602d3270a4 Add /pgp [-]force
Mikael Berthe <mikael@lilotux.net>
parents: 1069
diff changeset
     6
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.
1069
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     7
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     8
/pgp disable [jid]
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     9
 Disable PGP encryption for jid (or the currently selected contact)
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    10
/pgp enable [jid]
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    11
 Enable PGP encryption for jid (or the currently selected contact)
1197
6f602d3270a4 Add /pgp [-]force
Mikael Berthe <mikael@lilotux.net>
parents: 1069
diff changeset
    12
/pgp [+|-]force [jid]
6f602d3270a4 Add /pgp [-]force
Mikael Berthe <mikael@lilotux.net>
parents: 1069
diff changeset
    13
 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.
1069
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    14
/pgp info [jid]
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    15
 Show current PGP settings for the contact
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    16
/pgp setkey [jid [key]]
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    17
 Set the PGP key to be used to encrypt message for this contact.
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    18
 If no key is provided, the current key is erased.
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    19
 You can use the shortcut-jid "." for the currently selected contact.