Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-11 | Don't reset exponential backoff delay until a stream has been confirmed. | Lance Stout | |
2013-01-09 | Merge branch 'master' into develop | Lance Stout | |
2013-01-09 | Fix sending BOB data in Python3 | Lance Stout | |
2013-01-08 | Merge branch 'master' into develop | Lance Stout | |
2013-01-08 | Give X-FACEBOOK-PLATFORM precedence over DIGEST-MD5 | Lance Stout | |
2013-01-04 | Merge branch 'master' into develop | Lance Stout | |
2013-01-04 | Add XEP-0048 support | Lance Stout | |
2013-01-04 | Fix setting publish options for pubsub storage. | Lance Stout | |
2013-01-02 | Merge branch 'master' into develop | Lance Stout | |
2013-01-02 | util/sasl/mechanisms.py: SASLMutualAuthFailed not defined | Oskari Timperi | |
SASLMutualAuthFailed was not imported from sleekxmpp.util.sasl.client | |||
2013-01-02 | Fix startup issues with components using caps and vcards. | Lance Stout | |
2013-01-02 | Merge pull request #215 from oswjk/patch-1 | Lance Stout | |
util/sasl/mechanisms.py: SASLMutualAuthFailed not defined | |||
2013-01-02 | util/sasl/mechanisms.py: SASLMutualAuthFailed not defined | Oskari Timperi | |
SASLMutualAuthFailed was not imported from sleekxmpp.util.sasl.client | |||
2012-12-29 | Merge branch 'master' into develop | Lance Stout | |
2012-12-29 | Fix other instance of inet_pton usage. | Lance Stout | |
2012-12-21 | Merge branch 'master' into develop | Lance Stout | |
2012-12-21 | Apparently twisted fills in inet_pton on Windows and uses different exceptions. | Lance Stout | |
2012-12-18 | Merge branch 'master' into develop | Lance Stout | |
2012-12-18 | Fix unicode conversion in Python3 | Lance Stout | |
2012-12-14 | Merge branch 'master' into develop | Lance Stout | |
2012-12-14 | Fix some Python3 compatibility issues. | Lance Stout | |
2012-12-03 | Merge branch 'master' into develop | Lance Stout | |
2012-12-03 | Fix requesting channel binding from sockets that don't support it. | Lance Stout | |
2012-11-27 | Merge branch 'master' into develop | Lance Stout | |
2012-11-27 | Fix DIGEST-MD5 support for picky servers | Lance Stout | |
2012-11-27 | Use the username credential instead of jid to enable ANONYMOUS auth. | Lance Stout | |
2012-11-27 | Allow for more credential values to be user specified instead of auto-filled. | Lance Stout | |
2012-11-12 | Merge branch 'upgrading_sleekxmpp_1_1_11' into develop_sleek | Pedro Vicente | |
2012-11-12 | Added gevent as parameter to testall checking test suite with gevent | Pedro Vicente | |
enabled/disabled | |||
2012-11-12 | Checked if gevent thread is patched to do the right import | Pedro Vicente | |
2012-11-09 | Merge branch 'master' into develop | Lance Stout | |
2012-11-09 | Don't clobber SASL config when specifying sasl_mech in ClientXMPP constructor. | Lance Stout | |
2012-11-04 | Merge pull request #205 from SeyZ/develop | Lance Stout | |
Xep 0065 improvements | |||
2012-11-04 | Adapted the xep_0065 plugin to be compatible with all kind of others XMPP | Sandro Munda | |
client. Sent a 'socks_connected' xmpp event when the streamer is connected. | |||
2012-11-01 | Avoided to log a debug message error when the socket is normally closed. | Sandro Munda | |
2012-11-01 | Improved 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-01 | Bump version to 1.1.11 | Lance Stout | |
2012-10-31 | Merge branch 'master' into develop | Lance Stout | |
2012-10-31 | Bump version to 1.1.11 | Lance Stout | |
2012-10-31 | Merge branch 'master' of git://github.com/fritzy/SleekXMPP into develop | Joe Hildebrand | |
# By Joe Hildebrand (2) and Lance Stout (1) # Via Lance Stout * 'master' of git://github.com/fritzy/SleekXMPP: Relax timing issues in Iq timeout callback test. update JID_CACHE logic again. Allow IQ timeouts to be asynchronous, by passing a timeout_callback parameter to send(). An example modification of disco is included. If this approach is approved, I'll go through and update the other plugins. Conflicts: tests/test_stream_handlers.py | |||
2012-10-31 | Merge branch 'master' into develop | Lance Stout | |
2012-10-31 | Relax timing issues in Iq timeout callback test. | Lance Stout | |
2012-10-31 | update JID_CACHE logic again. | Joe Hildebrand | |
2012-10-31 | Allow IQ timeouts to be asynchronous, by passing a timeout_callback ↵ | Joe Hildebrand | |
parameter to send(). An example modification of disco is included. If this approach is approved, I'll go through and update the other plugins. | |||
2012-10-31 | Merge branch 'master' of git://github.com/fritzy/SleekXMPP into develophildjj-dev | Joe Hildebrand | |
# By Lance Stout # Via Lance Stout * 'master' of git://github.com/fritzy/SleekXMPP: Turns out not all data is UTF-8, so don't try to decode it. | |||
2012-10-31 | Merge branch 'master' into develop | Lance Stout | |
2012-10-31 | Turns out not all data is UTF-8, so don't try to decode it. | Lance Stout | |
Fixes issue #204 | |||
2012-10-29 | update JID_CACHE logic again. | Joe Hildebrand | |
2012-10-29 | Allow IQ timeouts to be asynchronous, by passing a timeout_callback ↵ | Joe Hildebrand | |
parameter to send(). An example modification of disco is included. If this approach is approved, I'll go through and update the other plugins. | |||
2012-10-24 | Merge branch 'master' into develop | Lance Stout | |