summaryrefslogtreecommitdiff
path: root/sleekxmpp
AgeCommit message (Expand)Author
2013-01-04Add XEP-0048 supportLance Stout
2013-01-04Fix setting publish options for pubsub storage.Lance Stout
2013-01-02util/sasl/mechanisms.py: SASLMutualAuthFailed not definedOskari Timperi
2013-01-02Fix startup issues with components using caps and vcards.Lance Stout
2012-12-29Fix other instance of inet_pton usage.Lance Stout
2012-12-21Apparently twisted fills in inet_pton on Windows and uses different exceptions.Lance Stout
2012-12-18Fix unicode conversion in Python3Lance Stout
2012-12-14Fix some Python3 compatibility issues.Lance Stout
2012-12-03Fix requesting channel binding from sockets that don't support it.Lance Stout
2012-11-27Fix DIGEST-MD5 support for picky serversLance Stout
2012-11-27Use the username credential instead of jid to enable ANONYMOUS auth.Lance Stout
2012-11-27Allow for more credential values to be user specified instead of auto-filled.Lance Stout
2012-11-09Don't clobber SASL config when specifying sasl_mech in ClientXMPP constructor.Lance Stout
2012-10-31Bump version to 1.1.11Lance Stout
2012-10-31update JID_CACHE logic again.Joe Hildebrand
2012-10-31Allow IQ timeouts to be asynchronous, by passing a timeout_callback parameter...Joe Hildebrand
2012-10-31Turns out not all data is UTF-8, so don't try to decode it.Lance Stout
2012-10-24added setdefaultencoding method so reload(sys) not neededPaul Molodowitch
2012-10-24Lock the bound JID in the JID cache.Lance Stout
2012-10-24Update JID cache to do extra memoization and locking.Lance Stout
2012-10-24Enable gevent support.Lance Stout
2012-10-22Fix JID cache (wrong in-progress version comitted earlier)Lance Stout
2012-10-22Respond to probes when the subscription is 'from', not 'to'.Lance Stout
2012-10-22Optimize generating JIDs with some caching.Lance Stout
2012-10-19Add support for XEP-0257: Client Certificate Management for SASL EXTERNALLance Stout
2012-10-19Allow passing form instructions as a list of strings.Lance Stout
2012-10-18Always cache published vcardLance Stout
2012-10-18Recognize plugin stanzas when they're appended.Lance Stout
2012-10-15Prevent xmlns="" in stream output.Lance Stout
2012-10-15Simplify xep-0084 avatar metadata publishing.Lance Stout
2012-10-15Fix vcard-temp stanzas to include organization data.Lance Stout
2012-10-15Auto-subscribe to whitelisted JIDs if auto_subscribe is trueLance Stout
2012-10-15Merge branch 'stream_features'Lance Stout
2012-10-10Remove unneeded ssl_support checks.Lance Stout
2012-10-10Correct handling deleting plugins when xml:lang is active.Lance Stout
2012-10-10Update carbons plugin to use latest spec.Lance Stout
2012-10-05Fix XEP-0078 error handlingLance Stout
2012-10-05Fix empty namespaces in XEP-0045 plugin.Lance Stout
2012-10-02Unclobber connected event handler names.Lance Stout
2012-10-01Add stream_negotiated event.Lance Stout
2012-10-01Update legacy auth to be used outside of stream features.Lance Stout
2012-09-30Expand warning for missing ASN1 parser to include pyasn1_modulesLance Stout
2012-09-26Add support for XEP-0091: Legacy Delayed DeliveryLance Stout
2012-09-26Add support for XEP-0013: Flexible Offline Message RetrievalLance Stout
2012-09-26Allow disco queries to got to server when no JID is specified and marked not ...Lance Stout
2012-09-25Add support for XEP-0313: Message Archive ManagementLance Stout
2012-09-25Add Collector stanza handler class.Lance Stout
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