From fa21e262c77ccabceedc279d2f0b3650a60a1023 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Fri, 1 Aug 2014 04:01:31 +0200 Subject: Add the 'connecting' event --- slixmpp/xmlstream/xmlstream.py | 1 + 1 file changed, 1 insertion(+) (limited to 'slixmpp/xmlstream/xmlstream.py') 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 -- cgit v1.2.3