xep 30 and 50 always reply from jid iq sent to
This commit is contained in:
@@ -3,4 +3,4 @@ from . import base
|
||||
class MatcherId(base.MatcherBase):
|
||||
|
||||
def match(self, xml):
|
||||
return xml.get('id') == self._criteria
|
||||
return xml['id'] == self._criteria
|
||||
|
||||
Reference in New Issue
Block a user