summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-13Merge branch 'master' into developLance Stout
2012-09-13Don't break checking certs for localhost.Lance Stout
2012-09-11Add support for XEP-0049: Private XML StorageLance Stout
2012-09-11Add support for Google's X-OAUTH2 SASL mechanismLance Stout
2012-09-11Don't perform caps lookup if the disco info is already known.Lance Stout
2012-09-04Add support for XEP-0279: Server IP CheckLance Stout
2012-09-04Add support for XEP-0235: OAuth over XMPPLance Stout
2012-09-01Merge branch 'master' into developLance Stout
2012-09-01Map <group /> elements with no content to '' instead of None.Lance Stout
2012-08-24Merge branch 'master' into developLance Stout
2012-08-24Add catch-all chatstate event.Lance Stout
2012-08-24Fix get_blocked() in XEP-0191Florian Fieber
2012-08-23Merge pull request #197 from FlorianFieber/developLance Stout
Fix get_blocked() in XEP-0191
2012-08-23Special plugin loading case for xep_0115 no longer needed.Lance Stout
2012-08-23Fix certificate expiration schedulerFlorian Fieber
timedelta.seconds does not store the total seconds of a time span. Internally, seconds is the next smaller unit to days, hence timedelta.seconds will never exceed (or reach) the number of seconds in a day (60*60*24=86400)
2012-08-23Fix get_blocked() in XEP-0191Florian Fieber
2012-08-19Merge pull request #195 from FlorianFieber/developLance Stout
Fix certificate expiration scheduler
2012-08-19Fix certificate expiration schedulerFlorian Fieber
timedelta.seconds does not store the total seconds of a time span. Internally, seconds is the next smaller unit to days, hence timedelta.seconds will never exceed (or reach) the number of seconds in a day (60*60*24=86400)
2012-08-17Merge branch 'master' into developLance Stout
2012-08-17Ensure that auth is done based on the original, requested JID and not on the ↵Lance Stout
bound JID.
2012-08-14Merge branch 'master' into developLance Stout
2012-08-14Fix using PLAIN over older SSL method.Lance Stout
2012-08-14Merge branch 'master' into developLance Stout
2012-08-14Help prevent race condition dealing with auto_reconnectLance Stout
2012-08-13Merge branch 'master' into developLance Stout
2012-08-13Handle Iq errors/timeouts in XEP-0153 hash reset.Lance Stout
2012-08-12Merge branch 'master' into developLance Stout
2012-08-12Fix ISO date parsing fallback.Lance Stout
Closes issue #194
2012-08-10Merge branch 'master' into developLance Stout
2012-08-10Add abort() method to kill the session and stop all processing without ↵Lance Stout
properly closing the stream.
2012-08-10Fix handling state machine lock when quick exiting.Lance Stout
2012-08-10Fix unicode conversion utility.Lance Stout
2012-08-10Exit transition immediately if already in the desired state.Lance Stout
2012-08-10Fix tracking service name for DIGEST-MD5Lance Stout
2012-08-07Save a user's chosen, persistent nickname in the MUC roster data as 'alt_nick'Lance Stout
The use of <nick /> elements in MUCs is now discouraged in XEP-0172, however.
2012-08-07Merge branch 'master' into developLance Stout
2012-08-07Fix disco browser example to handle errors.Lance Stout
2012-08-07Merge branch 'master' into developLance Stout
2012-08-07Re-add connection delay after exhausting DNS records.Lance Stout
2012-08-04Ensure self._der_cert exists even if no certs are used.Lance Stout
2012-08-04Prevent auto_reconnect interference when disconnecting.Lance Stout
2012-08-02Merge branch 'master' into developLance Stout
2012-08-02Ensure default authzids are handled.Lance Stout
2012-08-01Merge branch 'master' into developLance Stout
2012-08-01Fix SASL exceptions in Py3Lance Stout
2012-08-01Merge branch 'master' into developLance Stout
2012-08-01Use the proper mappings for nodeprep.Lance Stout
2012-08-01Merge branch 'master' into developLance Stout
2012-08-01Use correct method for getting channel binding.Lance Stout
2012-08-01Fix encoding issue in Python3.Lance Stout