Don't use the send queue for stream initialization.
Use the parameter now=True to skip the queue when sending Iq stanzas, or using xmpp.send().
This commit is contained in:
@@ -138,4 +138,5 @@ class ComponentXMPP(BaseXMPP):
|
||||
Arguments:
|
||||
xml -- The reply handshake stanza.
|
||||
"""
|
||||
self.session_started_event.set()
|
||||
self.event("session_start")
|
||||
|
||||
Reference in New Issue
Block a user