slixmpp/sleekxmpp/stanza
Lance Stout e8b2dd6698 Update Roster stanza to use RosterItem substanzas.
get_roster() now returns the Iq result stanza instead of True (stanzas
also evaluate to True).
2012-01-12 17:21:43 -08:00
..
__init__.py
atom.py
error.py Added pubsub error stanza. 2011-08-31 00:42:37 -07:00
htmlim.py
iq.py
message.py Fix docstring of a method of Message stanzas. 2011-12-30 17:08:32 -02:00
nick.py
presence.py
rootstanza.py This change stops sleekxmpp from spending huge amounts of time unnecessarily computing logging data that may never be used. This is a HUGE performance improvement; in some of my test runs, unnecessary string creation was accounting for > 60% of all CPU time. 2011-11-20 03:39:05 +08:00
roster.py Update Roster stanza to use RosterItem substanzas. 2012-01-12 17:21:43 -08:00
stream_error.py
stream_features.py