slixmpp/sleekxmpp/xmlstream
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
..
handler Logging no longer uses root logger. 2010-11-06 01:28:59 -04:00
matcher Make live stream tests work better. 2010-11-17 13:43:15 -05:00
tostring Fixed mixed text and elements bug in tostring. 2010-10-21 16:21:28 -04:00
__init__.py Underscore names by default. 2010-10-17 22:04:42 -04:00
filesocket.py Fixed line spacing in filesocket.py to please pep8. 2010-09-01 14:25:30 -04:00
jid.py More JID unit tests. 2010-10-24 19:06:54 -04:00
scheduler.py scheduler no longer waits for the next event before exiting 2010-11-16 17:58:20 -08:00
stanzabase.py Logging no longer uses root logger. 2010-11-06 01:28:59 -04:00
test.py
test.xml
testclient.py
xmlstream.py Logging no longer uses root logger. 2010-11-06 01:28:59 -04:00