After last dist upgrade I'm not able to login via kerberos.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nbxmpp/dispatcher_nb.py", line 497, in dispatch
handler['func'](session, stanza)
File "/usr/lib/python2.7/dist-packages/nbxmpp/auth_nb.py", line 304, in SASLHandler
data=base64.b64decode(incoming_data.encode('utf-8')).decode('utf-8')
File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0x81 in position 1: invalid start byte
Password login works fine with the same xmpp server.