summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sleekxmpp/plugins/__init__.py')
-rw-r--r--sleekxmpp/plugins/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/__init__.py b/sleekxmpp/plugins/__init__.py
index 1c6c89a2..b0aa5409 100644
--- a/sleekxmpp/plugins/__init__.py
+++ b/sleekxmpp/plugins/__init__.py
@@ -48,5 +48,6 @@ __all__ = [
'xep_0202', # Entity Time
'xep_0203', # Delayed Delivery
'xep_0224', # Attention
+ 'xep_0231', # Bits of Binary
'xep_0249', # Direct MUC Invitations
]