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:
Lance Stout
2012-01-18 11:51:00 -08:00
parent 3672856ab4
commit 1e01903072
5 changed files with 15 additions and 45 deletions

View File

@@ -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