slixmpp/tests
Lance Stout c0074f95b1 update_caps() can now do presence broadcasting.
As part of adding this feature:

    - fixed bug in update_caps() not assigning verstrings
    - fixed xep_0004 typo
    - can now use None as a roster key which will map to boundjid.bare
    - fixed using JID objects in disco node handlers
    - fixed failing test related to get_roster

Several of these bugs I've fixed before, so I either didn't push them
earlier, or I clobbered something when merging. *shrug*
2012-01-11 16:39:55 -08:00
..
__init__.py
live_multiple_streams.py
live_test.py
test_events.py Fix del_event_handler for Python3 (different semantics for filter()). 2011-09-23 12:03:49 -04:00
test_jid.py Explicitly test for inequality in JIDs. 2011-11-14 09:15:43 -08:00
test_overall.py
test_stanza_base.py
test_stanza_element.py Fix iterable substanzas when added as normal plugin. 2011-12-11 17:04:58 -08:00
test_stanza_error.py
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 XEP-0009: Updated tests to work in python 3 2011-12-20 21:19:51 -05:00
test_stanza_xep_0030.py
test_stanza_xep_0033.py
test_stanza_xep_0050.py
test_stanza_xep_0059.py
test_stanza_xep_0060.py Add tests for pubsub error stanzas 2011-09-01 15:26:54 -07:00
test_stanza_xep_0085.py
test_stream.py
test_stream_exceptions.py
test_stream_filters.py Add tests for filters. 2011-12-13 20:05:31 -08:00
test_stream_handlers.py Fix stream handler test for multiple handlers to exist properly. 2011-11-21 22:03:43 -08:00
test_stream_presence.py Also fire changed_status when the status text changes for a resource. 2011-11-18 13:57:41 -08:00
test_stream_roster.py update_caps() can now do presence broadcasting. 2012-01-11 16:39:55 -08:00
test_stream_xep_0030.py Add caching support to xep_0030. 2011-12-28 10:16:31 -05:00
test_stream_xep_0050.py
test_stream_xep_0059.py
test_stream_xep_0060.py Add support for notify attribute when retracting an item. 2011-09-01 13:36:11 -07:00
test_stream_xep_0066.py
test_stream_xep_0085.py
test_stream_xep_0092.py
test_stream_xep_0128.py
test_stream_xep_0249.py
test_tostring.py