diff options
author | Lance Stout <lancestout@gmail.com> | 2012-10-15 15:00:23 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-10-15 15:00:23 -0700 |
commit | cebc798e72fcc1a53b6962d26ec6bad121a953c1 (patch) | |
tree | dca8d4d541e68c7e5d963729d6e1c824cca08e6c /sleekxmpp/clientxmpp.py | |
parent | e2e8c4b5dcca3dddfda6e60850a6754018e8f60d (diff) | |
parent | 9f6decdbc1dbb791006e590906bd94021b71495f (diff) | |
download | slixmpp-cebc798e72fcc1a53b6962d26ec6bad121a953c1.tar.gz slixmpp-cebc798e72fcc1a53b6962d26ec6bad121a953c1.tar.bz2 slixmpp-cebc798e72fcc1a53b6962d26ec6bad121a953c1.tar.xz slixmpp-cebc798e72fcc1a53b6962d26ec6bad121a953c1.zip |
Merge branch 'stream_features'
Diffstat (limited to 'sleekxmpp/clientxmpp.py')
-rw-r--r-- | sleekxmpp/clientxmpp.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sleekxmpp/clientxmpp.py b/sleekxmpp/clientxmpp.py index 7577b7da..ec64664c 100644 --- a/sleekxmpp/clientxmpp.py +++ b/sleekxmpp/clientxmpp.py @@ -273,6 +273,8 @@ class ClientXMPP(BaseXMPP): # Don't continue if the feature requires # restarting the XML stream. return True + log.debug('Finished processing stream features.') + self.event('stream_negotiated') def _handle_roster(self, iq): """Update the roster after receiving a roster stanza. |