Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
We use some dirty monkey-patching to add a idle_call() function to the
asyncio module. We then use that method to handle each received stanza only
when the event loop is not busy with some other IO (mainly, the standard
input)
|
|
It was broken since the fork.
|
|
(and only update the ssl context before it gets used)
|
|
And s/258/257/ in the XEP description
|
|
|
|
full
|
|
|
|
|
|
records left/available
|
|
Typo fix of parameter name 'data' it is now 'iq'
|
|
Code was broken during refactoring
|
|
|
|
|
|
|
|
|
|
- hack the stdlib to get the peercert, remove that hack when http://bugs.python.org/issue22768 gets fixed
|
|
|
|
|
|
Fix something that was broken by Link Mauve
|
|
|
|
|
|
|
|
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
|