1man(1) Profanity XMPP client man(1)
2
3
4
6 /pgp
7
8
10 Open PGP commands to manage keys, and perform PGP encryption during
11 chat sessions. See the /account command to set your own PGP key.
12
13
15 /pgp libver
16
17
18 /pgp keys
19
20
21 /pgp contacts
22
23
24 /pgp setkey <contact> <keyid>
25
26
27 /pgp start [<contact>]
28
29
30 /pgp end
31
32
33 /pgp log on|off|redact
34
35
36 /pgp char <char>
37
38
39 /pgp sendfile on|off
40
41
43 libver
44 Show which version of the libgpgme library is being used.
45
46 keys
47 List all keys known to the system.
48
49 contacts
50 Show contacts with assigned public keys.
51
52 setkey <contact> <keyid>
53 Manually associate a contact with a public key.
54
55 start [<contact>]
56 Start PGP encrypted chat, current contact will be used if not spec‐
57 ified.
58
59 end
60 End PGP encrypted chat with the current recipient.
61
62 log on|off
63 Enable or disable plaintext logging of PGP encrypted messages.
64
65 log redact
66 Log PGP encrypted messages, but replace the contents with
67 [redacted]. This is the default.
68
69 char <char>
70 Set the character to be displayed next to PGP encrypted messages.
71
72 sendfile on|off
73 Allow /sendfile to send unencrypted files while otherwise using
74 PGP.
75
76
78 /pgp log off
79
80
81 /pgp setkey odin@valhalla.edda BA19CACE5A9592C5
82
83
84 /pgp start odin@valhalla.edda
85
86
87 /pgp end
88
89
90 /pgp char P
91
92
930.11.0 2021-09-28 man(1)