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

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