Allow IQ processing based on only id value before the session is bound.

See issue #278
This commit is contained in:
Lance Stout
2014-02-14 13:50:21 -08:00
parent 543250da13
commit 7cf55ef695
2 changed files with 13 additions and 9 deletions

View File

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