summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/matcher/id.py
blob: ec7597d4a4ef25ab390fe3c2139f82b6731a941d (plain)
1
2
3
4
5
6
from . import base

class MatcherId(base.MatcherBase):
	
	def match(self, xml):
		return xml.get('id') == self._criteria