annotate mcabber/doc/help/en/hlp_pgp.txt @ 1556:1da24194478f

"unban" appears twice in some help files (reported by isbear)
author Mikael Berthe <mikael@lilotux.net>
date Fri, 10 Oct 2008 19:22:21 +0200
parents 6f602d3270a4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
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.