Skip to content
Snippets Groups Projects
Commit 392c1dc7 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix DIGEST auth with Alexey patch

parent 77544d4d
No related branches found
No related tags found
No related merge requests found
......@@ -98,9 +98,6 @@ class SASL(PlugIn):
""" Implements SASL authentication. """
def plugin(self,owner):
if not self._owner.Dispatcher.Stream._document_attrs.has_key('version'): self.startsasl='not-supported'
elif self._owner.Dispatcher.Stream.features:
try: self.FeaturesHandler(self._owner.Dispatcher,self._owner.Dispatcher.Stream.features)
except NodeProcessed: pass
else: self.startsasl=None
def auth(self,username,password):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment