annotate mcabber/doc/help/en/hlp_pgp.txt @ 1069:641e6c618e5d

Add documentation for command /pgp
author Mikael Berthe <mikael@lilotux.net>
date Sat, 02 Dec 2006 14:24:11 +0100
parents
children 6f602d3270a4
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
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
2 /PGP disable|enable|info [jid]
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
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
5 This command manipulate PGP settings for the specified jid (by default the currently selected contact).
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
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.
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)
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
12 /pgp info [jid]
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
13 Show current PGP settings for the contact
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
14 /pgp setkey [jid [key]]
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
15 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
16 If no key is provided, the current key is erased.
641e6c618e5d Add documentation for command /pgp
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
17 You can use the shortcut-jid "." for the currently selected contact.