Don't serialize XML unless we need to.

This commit is contained in:
Lance Stout 2012-01-14 10:54:48 -08:00
parent 1ae219025a
commit de35848500

View file

@ -1290,8 +1290,7 @@ class XMLStream(object):
if stanza is None: if stanza is None:
return return
log.debug("RECV: %s", tostring(xml, xmlns=self.default_ns, log.debug("RECV: %s", stanza)
stream=self))
# Match the stanza against registered handlers. Handlers marked # Match the stanza against registered handlers. Handlers marked
# to run "in stream" will be executed immediately; the rest will # to run "in stream" will be executed immediately; the rest will