1
0
Fork 0
mirror of https://github.com/correl/SleekXMPP.git synced 2025-03-29 01:09:09 -09:00
SleekXMPP/tests
Lance Stout 8aa4396e44 Begin experimental use of exceptions.
Provides IqTimeout and IqError which are raised when an Iq response
does not arrive in time, or it arrives with type='error'.
2011-06-01 15:17:22 -07:00
..
__init__.py
live_multiple_streams.py
live_test.py
test_events.py
test_jid.py
test_stanza_base.py
test_stanza_element.py Allow a stanza plugin to override a parent's interfaces. 2011-03-24 12:25:17 -04:00
test_stanza_error.py Ensure that the XEP-0086 plugin is loaded. 2011-05-13 15:28:47 -04:00
test_stanza_gmail.py
test_stanza_iq.py
test_stanza_message.py
test_stanza_presence.py
test_stanza_roster.py
test_stanza_xep_0004.py
test_stanza_xep_0009.py
test_stanza_xep_0030.py
test_stanza_xep_0033.py
test_stanza_xep_0050.py Added new XEP-0050 implementation. 2011-03-24 09:35:36 -04:00
test_stanza_xep_0059.py
test_stanza_xep_0060.py
test_stanza_xep_0085.py
test_stream.py Added support for testind disconnect errors. 2011-05-27 11:01:30 -07:00
test_stream_exceptions.py Added new implementation for XEP-0086. 2011-03-24 13:14:26 -04:00
test_stream_handlers.py Begin experimental use of exceptions. 2011-06-01 15:17:22 -07:00
test_stream_presence.py
test_stream_roster.py Begin experimental use of exceptions. 2011-06-01 15:17:22 -07:00
test_stream_xep_0030.py
test_stream_xep_0050.py Added new XEP-0050 implementation. 2011-03-24 09:35:36 -04:00
test_stream_xep_0059.py
test_stream_xep_0085.py
test_stream_xep_0092.py
test_stream_xep_0128.py
test_stream_xep_0249.py
test_tostring.py