Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SASLMutualAuthFailed was not imported from sleekxmpp.util.sasl.client
|
|
|
|
util/sasl/mechanisms.py: SASLMutualAuthFailed not defined
|
|
SASLMutualAuthFailed was not imported from sleekxmpp.util.sasl.client
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Xep 0065 improvements
|
|
client.
Sent a 'socks_connected' xmpp event when the streamer is connected.
|
|
|
|
Automatically pack & unpack data through the socket.
Added some comments to the pack method.
Handled possible error during the unpacking of data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
parameter to send(). An example modification of disco is included. If this approach is approved, I'll go through and update the other plugins.
|
|
|
|
Fixes issue #204
|
|
|
|
reload(sys) could cause problem in user code - ie, sys.stdout, excepthook, and displayhook would be reset, etc
|
|
|
|
|
|
Passing cache_lock=True to JID() will insert the JID into the cache
and prevent it from being dropped from the cache.
|
|
|
|
Closes issues #166 and #167
Thanks to @pvicent, @chason, and @gabriel-samfira
|
|
|
|
|