From bd03f071c611225984223c6d942cab49b46bfcc8 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Mon, 3 Feb 2014 19:15:08 -0600 Subject: Fix verifying 'from' for IQ results. Closes issue #278 --- sleekxmpp/xmlstream/matcher/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sleekxmpp/xmlstream/matcher/__init__.py') diff --git a/sleekxmpp/xmlstream/matcher/__init__.py b/sleekxmpp/xmlstream/matcher/__init__.py index 1038d1bd..aa74c434 100644 --- a/sleekxmpp/xmlstream/matcher/__init__.py +++ b/sleekxmpp/xmlstream/matcher/__init__.py @@ -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 -- cgit v1.2.3