Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SASLMutualAuthFailed was not imported from sleekxmpp.util.sasl.client
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was causing problems for HTML-IM because the HTML is parsed
without a namespaced context.
While xmlns="" technically can be valid, it's usually wrong, so this will work
for now until the HTML-IM parsing is fixed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|