SleekXMPP/sleekxmpp/xmlstream/matcher
Lance Stout b8114b25ed Make live stream tests work better.
SleekTest can now use matchers when checking stanzas, using
the method parameter for self.check(), self.recv(), and self.send():
    method='exact'      - Same behavior as before
           'xpath'      - Use xpath matcher
           'id'         - Use ID matcher
           'mask'       - Use XML mask matcher
           'stanzapath' - Use StanzaPath matcher

recv_feature and send_feature only accept 'exact' and 'mask' for now.
2010-11-17 13:43:15 -05:00
..
__init__.py More PEP8 compliance cleanups. 2010-10-06 15:12:39 -04:00
base.py Updated all of the matcher classes in sleekxmpp.xmlstream.matcher. 2010-09-01 14:28:43 -04:00
id.py Updated all of the matcher classes in sleekxmpp.xmlstream.matcher. 2010-09-01 14:28:43 -04:00
many.py Updated all of the matcher classes in sleekxmpp.xmlstream.matcher. 2010-09-01 14:28:43 -04:00
stanzapath.py Updated all of the matcher classes in sleekxmpp.xmlstream.matcher. 2010-09-01 14:28:43 -04:00
xmlmask.py Make live stream tests work better. 2010-11-17 13:43:15 -05:00
xpath.py Updated all of the matcher classes in sleekxmpp.xmlstream.matcher. 2010-09-01 14:28:43 -04:00