diff --git a/slixmpp_omemo/__init__.py b/slixmpp_omemo/__init__.py index 76d3740..6d546e7 100644 --- a/slixmpp_omemo/__init__.py +++ b/slixmpp_omemo/__init__.py @@ -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,