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

NAME

6       /omemo
7
8

DESCRIPTION

10       OMEMO  commands to manage keys, and perform encryption during chat ses‐
11       sions.
12
13

SYNOPSIS

15       /omemo gen
16
17
18       /omemo log on|off|redact
19
20
21       /omemo start [<contact>]
22
23
24       /omemo trust [<contact>] <fingerprint>
25
26
27       /omemo end
28
29
30       /omemo fingerprint [<contact>]
31
32
33       /omemo char <char>
34
35
36       /omemo trustmode manual|firstusage|blind
37
38
39       /omemo policy manual|automatic|always
40
41
42       /omemo clear_device_list
43
44
45       /omemo qrcode
46
47

ARGUMENTS

49       gen
50           Generate OMEMO crytographic materials for current account.
51
52       start [<contact>]
53           Start an OMEMO session with contact, or current recipient if  omit‐
54           ted.
55
56       end
57           End the current OMEMO session.
58
59       log on|off
60           Enable or disable plaintext logging of OMEMO encrypted messages.
61
62       log redact
63           Log  OMEMO  encrypted  messages,  but  replace  the  contents  with
64           [redacted].
65
66       fingerprint [<contact>]
67           Show contact fingerprints, or current recipient if omitted.
68
69       char <char>
70           Set the character to be displayed next to OMEMO encrypted messages.
71
72       trustmode manual
73           Set the global OMEMO trust mode to manual, OMEMO  keys  has  to  be
74           trusted manually.
75
76       trustmode firstusage
77           Set  the  global OMEMO trust mode to ToFu, first OMEMO keys trusted
78           automatically.
79
80       trustmode blind
81           Set the global OMEMO trust mode to blind, ALL  OMEMO  keys  trusted
82           automatically.
83
84       policy manual
85           Set  the  global  OMEMO  policy  to  manual, OMEMO sessions must be
86           started manually.
87
88       policy automatic
89           Set the global OMEMO policy to opportunistic, an OMEMO session will
90           be attempted upon starting a conversation.
91
92       policy always
93           Set  the  global OMEMO policy to always, an error will be displayed
94           if an OMEMO session cannot be initiated upon starting  a  conversa‐
95           tion.
96
97       clear_device_list
98           Clear  your  own device list on server side. Each client will rean‐
99           nounce itself when connected back.
100
101       qrcode
102           Display QR code of your OMEMO fingerprint
103
104

EXAMPLES

106       /omemo gen
107
108
109       /omemo start odin@valhalla.edda
110
111
112       /omemo            trust            c4f9c875-144d7a3b-0c4a05b6-ca3be51a-
113       a037f329-0bd3ae62-07f99719-55559d2a
114
115
116       /omemo  untrust loki@valhalla.edda c4f9c875-144d7a3b-0c4a05b6-ca3be51a-
117       a037f329-0bd3ae62-07f99719-55559d2a
118
119
120       /omemo char *
121
122
1230.13.0                            2022-10-12                            man(1)
Impressum