SleekXMPP/sleekxmpp
Lance Stout d0c506f930 Simplified SleekTest.
* check_stanza does not require stanza_class parameter. Introspection!
* check_message, check_iq, and check_presence removed -- use check
  instead.
* stream_send_stanza, stream_send_message, stream_send_iq, and
  stream_send_presence removed -- use send instead.
* Use recv instead of recv_message, recv_presence, etc.
* check_jid instead of check_JID
* stream_start may accept multi=True to return a new SleekTest instance
  for testing multiple streams at once.
2010-11-05 21:18:48 -04:00
..
plugins Simplified SleekTest. 2010-11-05 21:18:48 -04:00
stanza presence no longer replies when exception is caught and tweaks to presence events 2010-10-21 16:59:15 -07:00
test Simplified SleekTest. 2010-11-05 21:18:48 -04:00
thirdparty pep8 fixes on core library 2010-10-20 19:43:53 -07:00
xmlstream Simplified SleekTest. 2010-11-05 21:18:48 -04:00
__init__.py Moved ClientXMPP to clientxmpp.py. 2010-10-06 14:20:32 -04:00
basexmpp.py Fixed bug in presence subscription handling. 2010-10-25 12:52:32 -04:00
clientxmpp.py Fixed error in client roster handling. 2010-10-24 12:08:59 -04:00
componentxmpp.py ComponentXMPP saves all of its config data now. 2010-10-24 17:33:11 -04:00
exceptions.py Made exceptions work. 2010-10-25 15:09:56 -04:00