omemo: Add TODO for unverified state
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
96acbaa13d
commit
39e756cb35
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ class Plugin(E2EEPlugin):
|
|||
encrypted_tags = [
|
||||
(slixmpp_omemo.OMEMO_BASE_NS, 'encrypted'),
|
||||
]
|
||||
# TODO: Make "unverified" state depend on a config option that includes it
|
||||
# either in accepted or rejected states.
|
||||
trust_states = {'accepted': {'verified', 'unverified'}, 'rejected': {'untrusted'}}
|
||||
supported_tab_types = (DynamicConversationTab, StaticConversationTab, MucTab)
|
||||
|
||||
|
|
Loading…
Reference in a new issue