summaryrefslogtreecommitdiff
path: root/sleekxmpp
diff options
context:
space:
mode:
authorSangeeth Saravanaraj <sangeeth@riptideio.com>2015-01-22 16:39:27 +0530
committerSangeeth Saravanaraj <sangeeth@riptideio.com>2015-01-22 16:39:27 +0530
commit4a8951c4eeb34506d5d057a00e221500a1835c85 (patch)
treebb8efc9b673da475e002df60d72a3ab04602a435 /sleekxmpp
parent8afba7de853be4eb3c5cb2467fa17db64cf84abc (diff)
downloadslixmpp-4a8951c4eeb34506d5d057a00e221500a1835c85.tar.gz
slixmpp-4a8951c4eeb34506d5d057a00e221500a1835c85.tar.bz2
slixmpp-4a8951c4eeb34506d5d057a00e221500a1835c85.tar.xz
slixmpp-4a8951c4eeb34506d5d057a00e221500a1835c85.zip
added xep_0332 to plugins
Diffstat (limited to 'sleekxmpp')
-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 951f31eb..2c90d357 100644
--- a/sleekxmpp/plugins/__init__.py
+++ b/sleekxmpp/plugins/__init__.py
@@ -83,4 +83,5 @@ __all__ = [
'xep_0319', # Last User Interaction in Presence
'xep_0323', # IoT Systems Sensor Data
'xep_0325', # IoT Systems Control
+ 'xep_0332', # HTTP Over XMPP Transport
]