Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
Revert "cleanup semicolons, whitespace and mutable default arguments"
|
|
This reverts commit 7265682a4d57d88956cb54f98f7a470465bbf417.
|
|
only schedule whitespace keepalive if enabled
|
|
Serialize JID to allow json serializing
|