slixmpp/sleekxmpp
Jean-Philippe Caruana 8f364b9a95 performance in jid : replace __getattr__ et __setattr__ by @property and @xxx.setter
this implementatian is much more verbose but faster, especilally if you are dealing a lot with JIDs
on my box, ./testall.py now takes 45s. It takes 53s in the old implementation (about 15% faster)
2013-07-25 16:36:18 +02:00
..
features failed_auth data returned 2013-03-28 22:41:00 +04:00
plugins Update 319 plugin to update XEP-0012/256 last activity too. 2013-07-05 14:04:48 -07:00
roster Respond to probes when the subscription is 'from', not 'to'. 2012-10-22 19:22:27 -07:00
stanza Resolve most Python3.3 related issues. 2013-02-14 01:24:09 -08:00
test Add XEP-0308 Last Message Correction support 2012-09-25 12:35:53 -07:00
thirdparty Fix in tzoffset and _get_fixed_offset_tz 2013-05-09 20:59:00 +02:00
util Explicitly use Unicode 3.2 for StringPrep profiles. 2013-06-19 00:28:11 -07:00
xmlstream DRYed up the OSError/socket.gaierror handler. 2013-07-18 13:07:25 -05:00
__init__.py Fix JID validation bugs, add lots of tests. 2012-07-24 01:43:20 -07:00
api.py Substitute a blank JID for the boundjid in API calls. 2012-07-25 01:33:44 -07:00
basexmpp.py Add proper XEP-0071 plugin. 2013-01-26 14:33:52 -08:00
clientxmpp.py Adjust get_roster to always return, even with invalid JIDs 2013-06-29 22:33:00 -07:00
componentxmpp.py Only remap component namespaces for top level stream elements. 2013-05-14 14:28:16 -07:00
exceptions.py Ensure XMPPError.text is a string. 2013-01-24 02:45:14 -08:00
jid.py performance in jid : replace __getattr__ et __setattr__ by @property and @xxx.setter 2013-07-25 16:36:18 +02:00
version.py Bump version in prep for 1.2.0 2013-02-28 11:53:24 -08:00