changeset 1069:641e6c618e5d

Add documentation for command /pgp
author Mikael Berthe <mikael@lilotux.net>
date Sat, 02 Dec 2006 14:24:11 +0100
parents 6646d2ed7f74
children 9eaacc0ad3a2
files mcabber/doc/help/en/hlp.txt mcabber/doc/help/en/hlp_pgp.txt
diffstat 2 files changed, 18 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/doc/help/en/hlp.txt	Sat Dec 02 13:29:56 2006 +0100
+++ b/mcabber/doc/help/en/hlp.txt	Sat Dec 02 14:24:11 2006 +0100
@@ -3,4 +3,4 @@
 
 Display some help about a command or a topic.
 If no argument provided a usage of this command is printed.
-Available commands: add, alias, authorization, bind, buffer, clear, connect, del, disconnect, event, group, help, info, move, msay, quit, rawxml, rename, request, room, roster, say_to, say, set, status_to, status, version.
+Available commands: add, alias, authorization, bind, buffer, clear, connect, del, disconnect, event, group, help, info, move, msay, pgp, quit, rawxml, rename, request, room, roster, say_to, say, set, status_to, status, version.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mcabber/doc/help/en/hlp_pgp.txt	Sat Dec 02 14:24:11 2006 +0100
@@ -0,0 +1,17 @@
+
+ /PGP disable|enable|info [jid]
+ /PGP setkey [jid [key]]
+
+This command manipulate 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.
+
+/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 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.