Add the 'connecting' event
This commit is contained in:
parent
93934c7992
commit
fa21e262c7
1 changed files with 1 additions and 0 deletions
|
@ -283,6 +283,7 @@ class XMLStream(object):
|
|||
if disable_starttls is not None:
|
||||
self.disable_starttls = disable_starttls
|
||||
|
||||
self.event("connecting")
|
||||
asyncio.async(self._connect_routine())
|
||||
|
||||
@asyncio.coroutine
|
||||
|
|
Loading…
Reference in a new issue