summaryrefslogtreecommitdiff
path: root/sleekxmpp
AgeCommit message (Expand)Author
2012-09-25Update RSM iterator to specify where to look to count result sizes.Lance Stout
2012-09-25Add XEP-0308 Last Message Correction supportLance Stout
2012-09-25Fix copyright yearLance Stout
2012-09-25Add options to auto add ID values to message and presence stanzas.Lance Stout
2012-09-25Fix handling forwarded stanzas to do proper lookups and deletions.Lance Stout
2012-09-25Add support for XEP-0280 Message CarbonsLance Stout
2012-09-24Add XEP-0297: Stanza Forwarding supportLance Stout
2012-09-24Fix deleting non-existent stanza plugins.Lance Stout
2012-09-24Simplify stringifying XMLLance Stout
2012-09-18Remove race condition when aborting while connecting/reconnecting.Lance 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-01Map <group /> elements with no content to '' instead of None.Lance Stout
2012-08-24Add catch-all chatstate event.Lance Stout
2012-08-24Fix get_blocked() in XEP-0191Florian Fieber
2012-08-23Special plugin loading case for xep_0115 no longer needed.Lance Stout
2012-08-23Fix certificate expiration schedulerFlorian Fieber
2012-08-17Ensure that auth is done based on the original, requested JID and not on the ...Lance Stout
2012-08-14Fix using PLAIN over older SSL method.Lance Stout
2012-08-14Help prevent race condition dealing with auto_reconnectLance Stout
2012-08-13Handle Iq errors/timeouts in XEP-0153 hash reset.Lance Stout
2012-08-12Fix ISO date parsing fallback.Lance Stout
2012-08-10Add abort() method to kill the session and stop all processing without proper...Lance Stout
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
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-02Ensure default authzids are handled.Lance Stout
2012-08-01Fix SASL exceptions in Py3Lance Stout
2012-08-01Use the proper mappings for nodeprep.Lance Stout
2012-08-01Use correct method for getting channel binding.Lance Stout
2012-08-01Fix encoding issue in Python3.Lance Stout
2012-07-31Fix disco in XEP-0050 plugin.Lance Stout
2012-07-30Add XEP-0242 plugin for 2010 Client ComplianceLance Stout
2012-07-30Add initial support for XEP-0016 Privacy ListsLance Stout
2012-07-30Ignore roster updates with unrecognized subscription values.Lance Stout
2012-07-30Fix logging of SASL errors.Lance Stout
2012-07-30Add stream feature for server support of subscription pre-approvals.Lance Stout
2012-07-30Actually commit file of byte and hash utilities.Lance Stout
2012-07-30Ensure that sasl mechs that don't require security options work.Lance Stout
2012-07-30Add fields for setting client cert and key for SASL EXTERNAL.Lance Stout
2012-07-30Update and integrate Suelta.Lance Stout