Revert "Remove stream feature handlers on session_start."
This reverts commit 4274f49ada
.
The SASL mech was choking on this, so let's send it back for some
more refining.
This commit is contained in:
@@ -1223,7 +1223,6 @@ class XMLStream(object):
|
||||
# as handshakes.
|
||||
self.stream_end_event.clear()
|
||||
self.start_stream_handler(root)
|
||||
self.event('stream_start', root, direct=True)
|
||||
depth += 1
|
||||
if event == b'end':
|
||||
depth -= 1
|
||||
|
Reference in New Issue
Block a user