Fix verifying 'from' for IQ results.

Closes issue #278
This commit is contained in:
Lance Stout
2014-02-03 19:15:08 -06:00
parent 12995e280e
commit bd03f071c6
4 changed files with 61 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
"""
from sleekxmpp.xmlstream.matcher.id import MatcherId
from sleekxmpp.xmlstream.matcher.idsender import MatchIDSender
from sleekxmpp.xmlstream.matcher.many import MatchMany
from sleekxmpp.xmlstream.matcher.stanzapath import StanzaPath
from sleekxmpp.xmlstream.matcher.xmlmask import MatchXMLMask