Add missing SASL <abort /> stanza

This commit is contained in:
Lance Stout
2012-01-21 00:17:49 -08:00
parent 1022fc0060
commit baad907422
2 changed files with 27 additions and 0 deletions
@@ -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