f5ae98aaf1
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. |
||
---|---|---|
.. | ||
sasl | ||
__init__.py | ||
misc_ops.py | ||
stringprep_profiles.py |