summaryrefslogtreecommitdiff
path: root/sleekxmpp
AgeCommit message (Collapse)Author
2013-09-05Merge branch 'xep_0323_325' of git://github.com/joachimlindborg/SleekXMPP ↵Lance Stout
into joachimlindborg-xep_0323_325 Conflicts: sleekxmpp/plugins/__init__.py
2013-09-04added disco imformation, fixed some bugs in deviceJoachim Lindborg
2013-08-30Fix pubsub owner subscriptions stanzaLance Stout
2013-08-30First implementation of the xep_0323 and xep_325 used in IoT systems. Tests ↵Joachim Lindborg
are added for stanza and streams
2013-08-22Merge branch 'develop' of github.com:fritzy/SleekXMPP into developLance Stout
2013-08-22Don't reset _expected_server_name when connecting.Lance Stout
2013-08-16Typo in _validate_domain error messageDustin Ingram
s/illegar/illegal/g
2013-08-07Make send_message(mhtml='..') work as expected without loading pluginLance Stout
71.
2013-08-06Try re-ordering initial imports to avoid import bugsLance Stout
2013-07-30Add back ET and ElementBase referencesLance Stout
2013-07-29Don't resolve AAAA records if there is no dnspython nor IPv6 supportAlexander Shorin
If system doesn't has IPv6 support or dnspython package, socket.getaddrinfo with AF_INET6 flag return weird IP info for requested host, making SleekXMPP crush with more weird error.
2013-07-26fix: replace mutable argument (a list) in StateMachine constructorJean-Philippe Caruana
2013-07-26optimize importsJean-Philippe Caruana
2013-07-25performance in jid : replace __getattr__ et __setattr__ by @property and ↵Jean-Philippe Caruana
@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-18DRYed up the OSError/socket.gaierror handler.Jake Basile
2013-07-18Caught OSError when querying AAAA records.Jake Basile
2013-07-05Merge branch 'develop' of github.com:fritzy/SleekXMPP into developLance Stout
2013-07-05Update 319 plugin to update XEP-0012/256 last activity too.Lance Stout
2013-07-01Blocking queue getAnton Ryzhov
2013-06-29Adjust get_roster to always return, even with invalid JIDsLance Stout
Issue #245
2013-06-23Fix import errorLance Stout
2013-06-20Merge pull request #244 from anton-ryzhov/speedupLance Stout
Speedup main threads loops
2013-06-20Fixed scheduler wait loopAnton Ryzhov
Do fastloop wait until task run time
2013-06-20Use timeout constants instead of magic numbers in scheduler and event loopAnton Ryzhov
Set default wait timeout as max() of previous values
2013-06-20Some optimizations in schedulerAnton Ryzhov
2013-06-20Skip EINTR errors on raw socketsAnton Ryzhov
2013-06-19Explicitly use Unicode 3.2 for StringPrep profiles.Lance Stout
See http://labs.spotify.com/2013/06/18/creative-usernames/
2013-06-07Merge branch 'develop' of github.com:fritzy/SleekXMPP into developLance Stout
2013-06-07Add support for XEP-0319, idle presenceLance Stout
2013-06-07Properly set itemID for XEP-0084 metadataFlorian Zeitz
2013-05-26Simplify stream method unregistration processLance Stout
2013-05-26Make stream initiation methods unregisterable.Lance Stout
2013-05-22Fix crash conditions in IBBLance Stout
2013-05-22Fix encrypting with GPGLance Stout
2013-05-22.stripped() would result in errorEric Hansen
2013-05-17First test stanzaJoachim Lindborg
2013-05-14Only remap component namespaces for top level stream elements.Lance Stout
2013-05-13Update copyright years, and license for SueltaLance Stout
2013-05-13Update copyright for sasl modules.Lance Stout
2013-05-11Merge branch 'si_file_transfer' into developLance Stout
2013-05-11Add support for XEP-0152: Reachability AddressesLance Stout
2013-05-09Fix in tzoffset and _get_fixed_offset_tzKlaudiusz Staniek
The tzoffset object is constructed with offset in minutes not in seconds.
2013-04-27Try preventing strptime thread safety problems.Lance Stout
Fixes #231
2013-04-23Carry scheduled kwargs all the wayLance Stout
2013-04-01Make XMLMasks match properly for components.Lance Stout
2013-03-29Fix some errors in the IBB plugin.Lance Stout
2013-03-29Save progress on SI file transferLance Stout
2013-03-28`failed_auth` data returnedAnton Ryzhov
Manual updated
2013-03-28Event index documentation updatedAnton Ryzhov
2013-03-28XMLStream `proxy_error` event duplicated with `connection_failed`Anton Ryzhov
SASL `no_auth` event duplicated with `failed_auth`