Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
examples.
|
|
|
|
instead.
|
|
|
|
|
|
|
|
|
|
|
|
slixmpp.thirdparty.
|
|
redundant -v option.
|
|
|
|
verify a certificate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
This is a big-and-dirty commit with a bunch of cleanup, maybe breaking a few
things, and not fixing all iq.send() calls yet.
|
|
|
|
|
|
|
|
|
|
|
|
Remove some useless things (like handling signals, managing the threads,
etc), add some comment to recently added/fixed methods…
|
|
|
|
|
|
All the auto_reconnect, connect_retry logic and that kind of stuf has been
entirely removed.
|
|
|
|
|
|
|
|
Scheduled events, connection, TLS handshake (with STARTTLS), read and write
on the socket are all done using only asyncio.
A lot of threads, and thread-related (and thus useless) things still remain.
This is only a first step.
|
|
|
|
|
|
|
|
|
|
|
|
This is behind a use_dnspython flag, however, so it can be disabled as
desired.
|
|
|
|
|