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

@@ -367,7 +367,6 @@ class SleekTest(unittest.TestCase):
if skip:
if socket != 'live':
# Mark send queue as usable
self.xmpp.event('session_start')
self.xmpp.session_started_event.set()
# Clear startup stanzas
self.xmpp.socket.next_sent(timeout=1)