# HG changeset patch # User Mikael Berthe # Date 1165065851 -3600 # Node ID 641e6c618e5defea81bf007cb69f348ca17c2c0a # Parent 6646d2ed7f74417ef368cbb8867ed5bfbbf31d7f Add documentation for command /pgp diff -r 6646d2ed7f74 -r 641e6c618e5d mcabber/doc/help/en/hlp.txt --- 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. diff -r 6646d2ed7f74 -r 641e6c618e5d mcabber/doc/help/en/hlp_pgp.txt --- /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.