This website requires JavaScript.
Explore
Help
Sign In
jshiffer
/
slixmpp
Watch
1
Star
0
Fork
0
You've already forked slixmpp
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
slixmpp
/
sleekxmpp
/
stanza
History
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
Continued reorganization and streamlining.
2011-07-01 14:45:55 -07:00
atom.py
More PEP8 compliance cleanups.
2010-10-06 15:12:39 -04:00
error.py
Added pubsub error stanza.
2011-08-31 00:42:37 -07:00
htmlim.py
Remap old method names in a better way.
2011-02-14 13:49:43 -05:00
iq.py
IqTimeout now references the original sent stanza.
2011-06-01 15:28:33 -07:00
message.py
Fix docstring of a method of Message stanzas.
2011-12-30 17:08:32 -02:00
nick.py
Remap old method names in a better way.
2011-02-14 13:49:43 -05:00
presence.py
Remap old method names in a better way.
2011-02-14 13:49:43 -05:00
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
Continued reorganization and streamlining.
2011-07-01 14:45:55 -07:00
stream_features.py
Fix XEP-0078 using the new stream feature workflow.
2011-08-06 12:30:56 -07:00