1man(1) Profanity XMPP client man(1)
2
3
4
6 /ox
7
8
10 OpenPGP (OX) commands to manage keys, and perform OpenPGP encryption
11 during chat sessions. Your OpenPGP key needs a user-id with your JID
12 URI (xmpp:local@domain.tld). A key can be generated with "gpg --quick-
13 gen-key xmpp:local@domain.tld future-default default 3y". See man pro‐
14 fanity-ox-setup for details on how to set up OX the first time.
15
16
18 /ox keys
19
20
21 /ox contacts
22
23
24 /ox start [<contact>]
25
26
27 /ox end
28
29
30 /ox log on|off|redact
31
32
33 /ox char <char>
34
35
36 /ox announce <file>
37
38
39 /ox discover <jid>
40
41
42 /ox request <jid> <keyid>
43
44
46 keys
47 List all keys known to the system.
48
49 contacts
50 Show contacts with assigned public keys.
51
52 start [<contact>]
53 Start PGP encrypted chat, current contact will be used if not spec‐
54 ified.
55
56 end
57 End PGP encrypted chat with the current recipient.
58
59 log on|off
60 Enable or disable plaintext logging of PGP encrypted messages.
61
62 log redact
63 Log PGP encrypted messages, but replace the contents with
64 [redacted].
65
66 char <char>
67 Set the character to be displayed next to PGP encrypted messages.
68
69 announce <file>
70 Announce a public key by pushing it on the XMPP Server
71
72 discover <jid>
73 Discover public keys of a jid. The OpenPGP Key IDs will be dis‐
74 played
75
76 request <jid> <keyid>
77 Request public key. See /ox discover to to get available key IDs.
78
79
81 /ox log off
82
83
84 /ox start odin@valhalla.edda
85
86
87 /ox end
88
89
90 /ox char X
91
92
930.13.1 2023-08-03 man(1)