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
History
Vijay Pandurangan
2332970cf2
elide unnecessary copy
2011-11-19 16:02:41 -08:00
..
features
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-19 11:30:44 -08:00
plugins
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-19 11:30:44 -08:00
roster
Also fire changed_status when the status text changes for a resource.
2011-11-18 13:57:41 -08:00
stanza
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-19 11:30:44 -08:00
test
Allow SASL mechanism to be set when creating a ClientXMPP instance.
2011-09-28 22:48:30 -04:00
thirdparty
FIX SCRAM-SHA-1-PLUS
2011-10-27 15:16:54 -04:00
xmlstream
elide unnecessary copy
2011-11-19 16:02:41 -08:00
__init__.py
Clean and get setup.py working once and for all.
2011-08-24 22:09:02 -07:00
basexmpp.py
remove unnecessary copies when only one handler matches. This was taking up ~ 15% of CPU on moderate load.
2011-11-19 15:59:38 -08:00
clientxmpp.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-19 11:30:44 -08:00
componentxmpp.py
Merge branch 'develop' into roster
2011-08-12 16:47:58 -07:00
exceptions.py
Make Iq exceptions more discoverable and simpler to use.
2011-08-19 01:04:20 -07:00
version.py
Tweak setup.py, and bump dev version to RC3.
2011-09-01 16:47:30 -07:00