tweaked stanzas for easy use

This commit is contained in:
Nathan Fritz
2009-12-10 07:33:59 +00:00
parent 007b04dd30
commit a031dd24a6
6 changed files with 80 additions and 30 deletions

View File

@@ -257,7 +257,6 @@ class XMLStream(object):
break
if stanza is None:
stanza = StanzaBase(self, xmlobj)
logging.debug(self.__handlers)
for handler in self.__handlers:
if handler.match(xmlobj):
handler.prerun(stanza)