summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/__init__.py')
-rw-r--r--slixmpp/plugins/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/slixmpp/plugins/__init__.py b/slixmpp/plugins/__init__.py
index a89b10f6..91f062a3 100644
--- a/slixmpp/plugins/__init__.py
+++ b/slixmpp/plugins/__init__.py
@@ -85,7 +85,11 @@ __all__ = [
'xep_0323', # IoT Systems Sensor Data
'xep_0325', # IoT Systems Control
'xep_0332', # HTTP Over XMPP Transport
+ 'xep_0369', # MIX-CORE
'xep_0377', # Spam reporting
+ 'xep_0403', # MIX-Presence
+ 'xep_0404', # MIX-Anon
+ 'xep_0405', # MIX-PAM
'xep_0421', # Anonymous unique occupant identifiers for MUCs
'xep_0444', # Message Reactions
]