summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-20Remove unused portions of XMLMaskLance Stout
2013-01-20Update tests for XEP-0092Lance 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-16Merge branch 'master' into developLance Stout
2013-01-16Ensure that initial vCard requests are sent.Lance Stout
2013-01-16Merge branch 'master' into developLance Stout
2013-01-16Fix logging for vcard lookup failure.Lance Stout
2013-01-16Merge branch 'master' into developLance Stout
2013-01-16Set vCard avatar hash on startup.Lance Stout
2013-01-16Merge branch 'master' into developLance Stout
2013-01-16Fix setting autojoin in bookmarks.Lance Stout
2013-01-11Merge branch 'master' into developLance Stout
2013-01-11Don't reset exponential backoff delay until a stream has been confirmed.Lance Stout
2013-01-09Merge branch 'master' into developLance Stout
2013-01-09Fix sending BOB data in Python3Lance Stout
2013-01-08Merge branch 'master' into developLance Stout
2013-01-08Give X-FACEBOOK-PLATFORM precedence over DIGEST-MD5Lance Stout
2013-01-04Merge branch 'master' into developLance Stout
2013-01-04Add XEP-0048 supportLance Stout
2013-01-04Fix setting publish options for pubsub storage.Lance Stout
2013-01-02Merge branch 'master' into developLance Stout
2013-01-02util/sasl/mechanisms.py: SASLMutualAuthFailed not definedOskari Timperi
SASLMutualAuthFailed was not imported from sleekxmpp.util.sasl.client
2013-01-02Fix startup issues with components using caps and vcards.Lance Stout
2013-01-02Merge pull request #215 from oswjk/patch-1Lance Stout
util/sasl/mechanisms.py: SASLMutualAuthFailed not defined
2013-01-02util/sasl/mechanisms.py: SASLMutualAuthFailed not definedOskari Timperi
SASLMutualAuthFailed was not imported from sleekxmpp.util.sasl.client
2012-12-29Merge branch 'master' into developLance Stout
2012-12-29Fix other instance of inet_pton usage.Lance Stout
2012-12-21Merge branch 'master' into developLance Stout
2012-12-21Apparently twisted fills in inet_pton on Windows and uses different exceptions.Lance Stout
2012-12-18Merge branch 'master' into developLance Stout
2012-12-18Fix unicode conversion in Python3Lance Stout
2012-12-14Merge branch 'master' into developLance Stout
2012-12-14Fix some Python3 compatibility issues.Lance Stout
2012-12-03Merge branch 'master' into developLance Stout
2012-12-03Fix requesting channel binding from sockets that don't support it.Lance Stout
2012-11-27Merge branch 'master' into developLance 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-09Merge branch 'master' into developLance Stout
2012-11-09Don't clobber SASL config when specifying sasl_mech in ClientXMPP constructor.Lance Stout
2012-11-04Merge pull request #205 from SeyZ/developLance Stout
Xep 0065 improvements
2012-11-04Adapted the xep_0065 plugin to be compatible with all kind of others XMPPSandro Munda
client. Sent a 'socks_connected' xmpp event when the streamer is connected.
2012-11-01Avoided to log a debug message error when the socket is normally closed.Sandro Munda
2012-11-01Improved the gitignore files (vim temp file, .pyo file and .baboon directory).Sandro Munda
Automatically pack & unpack data through the socket. Added some comments to the pack method. Handled possible error during the unpacking of data.
2012-11-01Bump version to 1.1.11Lance Stout
2012-10-31Merge branch 'master' into developLance Stout
2012-10-31Bump version to 1.1.11Lance Stout
2012-10-31Merge branch 'master' into developLance Stout