SleekXMPP/sleekxmpp
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
..
plugins xep_0199 ping now uses scheduler instead of dedicated thread 2010-11-16 17:43:05 -08:00
stanza Logging no longer uses root logger. 2010-11-06 01:28:59 -04:00
test Make live stream tests work better. 2010-11-17 13:43:15 -05:00
thirdparty Logging no longer uses root logger. 2010-11-06 01:28:59 -04:00
xmlstream Make live stream tests work better. 2010-11-17 13:43:15 -05:00
__init__.py Moved ClientXMPP to clientxmpp.py. 2010-10-06 14:20:32 -04:00
basexmpp.py Doesn't fail if host has NO SRV record 2010-11-09 01:53:41 +08:00
clientxmpp.py Doesn't fail if host has NO SRV record 2010-11-09 01:53:41 +08:00
componentxmpp.py Doesn't fail if host has NO SRV record 2010-11-09 01:53:41 +08:00
exceptions.py Made exceptions work. 2010-10-25 15:09:56 -04:00