1man(1)                       Profanity XMPP client                      man(1)
2
3
4

NAME

6       /ox
7
8

DESCRIPTION

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".
14
15

SYNOPSIS

17       /ox keys
18
19
20       /ox contacts
21
22
23       /ox start [<contact>]
24
25
26       /ox end
27
28
29       /ox log on|off|redact
30
31
32       /ox char <char>
33
34
35       /ox sendfile on|off
36
37
38       /ox announce <file>
39
40
41       /ox discover <jid>
42
43
44       /ox request <jid> <keyid>
45
46

ARGUMENTS

48       keys
49           List all keys known to the system.
50
51       contacts
52           Show contacts with assigned public keys.
53
54       start [<contact>]
55           Start PGP encrypted chat, current contact will be used if not spec‐
56           ified.
57
58       end
59           End PGP encrypted chat with the current recipient.
60
61       log on|off
62           Enable or disable plaintext logging of PGP encrypted messages.
63
64       log redact
65           Log   PGP   encrypted  messages,  but  replace  the  contents  with
66           [redacted]. This is the default.
67
68       char <char>
69           Set the character to be displayed next to PGP encrypted messages.
70
71       announce <file>
72           Announce a public key by pushing it on the XMPP Server
73
74       discover <jid>
75           Discover public keys of a jid. The OpenPGP Key  IDs  will  be  dis‐
76           played
77
78       request <jid>
79           Request public keys
80
81       sendfile on|off
82           Allow  /sendfile  to  send  unencrypted files while otherwise using
83           PGP.
84
85

EXAMPLES

87       /ox log off
88
89
90       /ox start odin@valhalla.edda
91
92
93       /ox end
94
95
96       /ox char X
97
98
990.11.0                            2021-09-28                            man(1)
Impressum