diff options
-rw-r--r-- | slixmpp/xmlstream/xmlstream.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slixmpp/xmlstream/xmlstream.py b/slixmpp/xmlstream/xmlstream.py index 3bc96118..13e88428 100644 --- a/slixmpp/xmlstream/xmlstream.py +++ b/slixmpp/xmlstream/xmlstream.py @@ -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 |