Add the 'connecting' event
This commit is contained in:
parent
93934c7992
commit
fa21e262c7
@ -283,6 +283,7 @@ class XMLStream(object):
|
|||||||
if disable_starttls is not None:
|
if disable_starttls is not None:
|
||||||
self.disable_starttls = disable_starttls
|
self.disable_starttls = disable_starttls
|
||||||
|
|
||||||
|
self.event("connecting")
|
||||||
asyncio.async(self._connect_routine())
|
asyncio.async(self._connect_routine())
|
||||||
|
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
|
Loading…
Reference in New Issue
Block a user