summaryrefslogtreecommitdiff
path: root/sleekxmpp
AgeCommit message (Expand)Author
2013-01-26Add proper XEP-0071 plugin.Lance Stout
2013-01-26Handle lang='*' in disco infoLance Stout
2013-01-26Fix ping event issue.Lance Stout
2013-01-25Tighten up session checks in XEP-0050 plugin.Lance Stout
2013-01-24Refactor Google GTalk extensions into a single meta plugin.Lance Stout
2013-01-24Add Google JID Domain Discovery pluginLance Stout
2013-01-24Put StringPrep exception handler with the right try block.Lance Stout
2013-01-24Ensure XMPPError.text is a string.Lance Stout
2013-01-24Fixes for vCard avatar hash calculations and MUC considerations.Lance Stout
2013-01-24Update tostring to inject xmlns definitions when needed.Lance Stout
2013-01-21Add plugin for Google's nosave feature.Lance Stout
2013-01-21Fix issues in Google settings plugin.Lance Stout
2013-01-21Simplify Gmail notifications.Lance Stout
2013-01-20Add Google Settings plugin.Lance Stout
2013-01-20Modernize the Gmail plugin.Lance Stout
2013-01-20Remove old versions of some plugins.Lance Stout
2013-01-20Updated XEP-0199 to take and return standardized values.Lance Stout
2013-01-20Add BoB data to message and presence stanzas.Lance Stout
2013-01-20Remove unused portions of XMLMaskLance Stout
2013-01-20Allow for simplified XPath namespacesLance Stout
2013-01-20Updated XEP-0092 to take callbacks and return the version result stanza.Lance Stout
2013-01-16Ensure that initial vCard requests are sent.Lance Stout
2013-01-16Fix logging for vcard lookup failure.Lance Stout
2013-01-16Set vCard avatar hash on startup.Lance Stout
2013-01-16Fix setting autojoin in bookmarks.Lance Stout
2013-01-11Don't reset exponential backoff delay until a stream has been confirmed.Lance Stout
2013-01-09Fix sending BOB data in Python3Lance Stout
2013-01-08Give X-FACEBOOK-PLATFORM precedence over DIGEST-MD5Lance Stout
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