summaryrefslogtreecommitdiff
path: root/sleekxmpp/features/feature_mechanisms/stanza/__init__.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-01-21 00:17:49 -0800
committerLance Stout <lancestout@gmail.com>2012-01-21 00:17:49 -0800
commitbaad90742216a28c603e35b130bc56361ccde6c4 (patch)
tree097fb03fd04549991567f01049d9fe9b7529b5da /sleekxmpp/features/feature_mechanisms/stanza/__init__.py
parent1022fc00601618437fe21dc15e91688a27579ff6 (diff)
downloadslixmpp-baad90742216a28c603e35b130bc56361ccde6c4.tar.gz
slixmpp-baad90742216a28c603e35b130bc56361ccde6c4.tar.bz2
slixmpp-baad90742216a28c603e35b130bc56361ccde6c4.tar.xz
slixmpp-baad90742216a28c603e35b130bc56361ccde6c4.zip
Add missing SASL <abort /> stanza
Diffstat (limited to 'sleekxmpp/features/feature_mechanisms/stanza/__init__.py')
-rw-r--r--sleekxmpp/features/feature_mechanisms/stanza/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/features/feature_mechanisms/stanza/__init__.py b/sleekxmpp/features/feature_mechanisms/stanza/__init__.py
index 8b80f358..38991d89 100644
--- a/sleekxmpp/features/feature_mechanisms/stanza/__init__.py
+++ b/sleekxmpp/features/feature_mechanisms/stanza/__init__.py
@@ -13,3 +13,4 @@ from sleekxmpp.features.feature_mechanisms.stanza.success import Success
from sleekxmpp.features.feature_mechanisms.stanza.failure import Failure
from sleekxmpp.features.feature_mechanisms.stanza.challenge import Challenge
from sleekxmpp.features.feature_mechanisms.stanza.response import Response
+from sleekxmpp.features.feature_mechanisms.stanza.abort import Abort