Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
examples.
|
|
|
|
Fixes #319
|
|
|
|
instead.
|
|
|
|
|
|
|
|
|
|
|
|
slixmpp.thirdparty.
|
|
redundant -v option.
|
|
|
|
verify a certificate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix saslprep on the username
|
|
Two issues fixed here:
- ints are not comparable with bytes, so char was never == to b',', which
renders the whole function pointless
- The bytes were converted back to “characters” by using chr(), which
doesn’t make sense if the username contains characters that fit on more
than one bytes. This would trigger an “invalid username” error from the
server when using a non-ascii JID.
|
|
|
|
but working
|
|
|
|
|
|
Revert "cleanup semicolons, whitespace and mutable default arguments"
|
|
This reverts commit 7265682a4d57d88956cb54f98f7a470465bbf417.
|
|
only schedule whitespace keepalive if enabled
|
|
Serialize JID to allow json serializing
|
|
Cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added wait param to XEP_0009 RemoteSession.close
|
|
This parameter is False by default to preserve existing behavior.
|
|
|
|
|
|
Trigger failed_auth as before, once for each failed method
Trigger failed_all_auth once all method failed
Trigger no_auth only if we couldn’t even try one method
|
|
|