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

NAME

6       /otr
7
8

DESCRIPTION

10       Off  The  Record (OTR) commands to manage keys, and perform OTR encryp‐
11       tion during chat sessions.
12
13

SYNOPSIS

15       /otr libver
16
17
18       /otr gen
19
20
21       /otr myfp|theirfp
22
23
24       /otr start [<contact>]
25
26
27       /otr end
28
29
30       /otr trust|untrust
31
32
33       /otr secret <secret>
34
35
36       /otr question <question> <answer>
37
38
39       /otr answer <answer>
40
41
42       /otr policy manual|opportunistic|always [<contact>]
43
44
45       /otr log on|off|redact
46
47
48       /otr char <char>
49
50
51       /otr sendfile on|off
52
53

ARGUMENTS

55       libver
56           Show which version of the libotr library is being used.
57
58       gen
59           Generate your private key.
60
61       myfp
62           Show your fingerprint.
63
64       theirfp
65           Show contacts fingerprint.
66
67       start [<contact>]
68           Start an OTR session with contact, or current recipient if omitted.
69
70       end
71           End the current OTR session.
72
73       trust|untrust
74           Indicate whether or not you trust the contact's fingerprint.
75
76       secret <secret>
77           Verify a contact's identity using a shared secret.
78
79       question <question> <answer>
80           Verify a contact's identity using a question and expected answer.
81
82       answer <answer>
83           Respond to a question answer verification request with your answer.
84
85       policy manual
86           Set the global OTR policy to manual, OTR sessions must  be  started
87           manually.
88
89       policy manual <contact>
90           Set the OTR policy to manual for a specific contact.
91
92       policy opportunistic
93           Set  the global OTR policy to opportunistic, an OTR session will be
94           attempted upon starting a conversation.
95
96       policy opportunistic <contact>
97           Set the OTR policy to opportunistic for a specific contact.
98
99       policy always
100           Set the global OTR policy to always, an error will be displayed  if
101           an OTR session cannot be initiated upon starting a conversation.
102
103       policy always <contact>
104           Set the OTR policy to always for a specific contact.
105
106       log on|off
107           Enable or disable plaintext logging of OTR encrypted messages.
108
109       log redact
110           Log   OTR   encrypted  messages,  but  replace  the  contents  with
111           [redacted]. This is the default.
112
113       char <char>
114           Set the character to be displayed next to OTR encrypted messages.
115
116       sendfile on|off
117           Allow /sendfile to send unencrypted files while in an OTR session.
118
119

EXAMPLES

121       /otr log off
122
123
124       /otr policy manual
125
126
127       /otr policy opportunistic odin@valhalla.edda
128
129
130       /otr gen
131
132
133       /otr start odin@valhalla.edda
134
135
136       /otr myfp
137
138
139       /otr theirfp
140
141
142       /otr question "What is the name of my rabbit?" fiffi
143
144
145       /otr end
146
147
148       /otr char *
149
150
1510.11.0                            2021-09-28                            man(1)
Impressum