Add 0030 as a direct dependency
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
272ea80581
commit
080a27e7d8
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ class XEP_0384(BasePlugin):
|
|||
|
||||
name = 'xep_0384'
|
||||
description = 'XEP-0384 OMEMO'
|
||||
dependencies = {'xep_0004', 'xep_0060', 'xep_0163'}
|
||||
dependencies = {'xep_0004', 'xep_0030', 'xep_0060', 'xep_0163'}
|
||||
default_config = {
|
||||
'data_dir': None,
|
||||
'storage_backend': None,
|
||||
|
|
Loading…
Reference in a new issue