slixmpp/sleekxmpp
Lance Stout 797e92a6a3 Fixed error in updateRoster when the name keyword parameter is left out.
The Roster stanza object builds item elements manually, and did not handle the
case where the name attribute is set to None, which would crash SleekXMPP.
2010-07-19 04:12:54 -04:00
..
plugins Added initial stanza object version of the xep_0004 plugin. Items/reported elements still need to be unit tested 2010-07-14 11:59:58 -04:00
stanza Fixed error in updateRoster when the name keyword parameter is left out. 2010-07-19 04:12:54 -04:00
tests fixed pubsub test 2009-06-12 19:27:29 +00:00
xmlstream Needed to use copy.deepcopy() to copy XML objects to make sure that the entire tree is copied. 2010-06-07 19:55:39 -04:00
__init__.py accidental debugging return left in the code from last commit 2010-07-15 14:25:10 -07:00
basexmpp.py Modified basexmpp.event() to pass a copy of the event data to each handler. 2010-06-06 23:19:07 -04:00
component_example.py brought components over to python 3.x 2009-08-31 23:02:19 +00:00
componentxmpp.py updated README, index fix for component 2010-05-24 19:33:24 -07:00
exceptions.py changed license to MIT 2010-03-26 14:32:16 -07:00