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__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/slixmpp/plugins/__init__.py b/slixmpp/plugins/__init__.py
index f948ead6..02ac3712 100644
--- a/slixmpp/plugins/__init__.py
+++ b/slixmpp/plugins/__init__.py
@@ -86,6 +86,7 @@ __all__ = [
'xep_0325', # IoT Systems Control
'xep_0332', # HTTP Over XMPP Transport
'xep_0353', # Jingle Message Initiation
+ 'xep_0359', # Unique and Stable Stanza IDs
'xep_0363', # HTTP File Upload
'xep_0369', # MIX-CORE
'xep_0377', # Spam reporting
@@ -93,5 +94,10 @@ __all__ = [
'xep_0404', # MIX-Anon
'xep_0405', # MIX-PAM
'xep_0421', # Anonymous unique occupant identifiers for MUCs
+ 'xep_0422', # Message Fastening
+ 'xep_0424', # Message Retraction
+ 'xep_0425', # Message Moderation
+ 'xep_0428', # Message Fallback
+ 'xep_0439', # Quick Response
'xep_0444', # Message Reactions
]