summaryrefslogtreecommitdiff
path: root/sleekxmpp
AgeCommit message (Collapse)Author
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-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
Closes issue #191
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
2012-07-30Bump version to 1.1.10sleek-1.1.101.1.10Lance Stout
2012-07-29Don't wait to retry connection if out of DNS records.Lance Stout
2012-07-28Add support for XEP-0131: Standard Headers and Internet MetadataLance Stout
2012-07-27Restrict caps updates to available presences (not subscriptions, etc).Lance Stout
2012-07-27Only broadcast vCard hashes for available presences (not subscriptions, etc).Lance Stout
2012-07-27Compile JID pattern regex.Lance Stout
2012-07-27Allow tasks to remove themselves during executionJonas Wielicki
The scheduler class is now capable with dealing with tasks which remove themselves from the scheduler during execution. Additionally, some optimizations were applied by use of iterators and some functions better suited for the purpose. Please peer-review, all tests pass.
2012-07-26Improve docs and fix typo in stringprep profiles.Lance Stout
2012-07-26Enhance plugin config with attribute accessors.Lance Stout
This makes updating the config after plugin initialization much easier.
2012-07-26Don't include a 'from' JID when requesting vCards as a client.Lance Stout
2012-07-26Fix logging statement for MUC invitations.Lance Stout
2012-07-26Fix error with session binding in components.Lance Stout
2012-07-25Fix avatar hash advertising.Lance Stout
2012-07-25Substitute a blank JID for the boundjid in API calls.Lance Stout
2012-07-25Fix initializing plugins in stanzas with a language set.Lance Stout
2012-07-24Fix publish vcard avatars, and PEP avatar metadata.Lance Stout
2012-07-24Modify update_roster() to only change the information provided.Lance Stout
Before: Not specifying the groups, name, etc would remove them from the roster entry. After: Any parameters not specified are populated with the current roster entry's values.
2012-07-24Add support for using CDATA for escaping.Lance Stout
CDATA escaping is disabled by default, but may be enabled by setting: self.use_cdata = True Closes issue #114
2012-07-24Standardize importing of queue class.Lance Stout
This will make it easier to enable gevent support.
2012-07-24Fix JID validation bugs, add lots of tests.Lance Stout
2012-07-24Add more validation for 0 length JID components.Lance Stout
2012-07-24Finish docstrings for jid.pyLance Stout
2012-07-24Add plugin for advertising XEP-0106 support.Lance Stout
2012-07-24Add backwards compatibility shim for the old jid.py location.Lance Stout
2012-07-24Cleanup and docs.Lance Stout
2012-07-24Add JID escaping support.Lance Stout
2012-07-24Add validation for JIDs.Lance Stout