DenSA-Inc
DenSA-Inc
I'm adding "ß" to the list, a variant of "s" in the german language
To me this looks like a bug of zsh (I strongly assume this is zsh). The widget calls `zle kill-whole-line` which is just like pressing ctrl-u and deleting everything the...
I could not reproduce this in bash or fish. And I can't believe anything else than the shell is at fault here, navi/fzf draws at full screen and clears itself...
This is the debug-log from my connection-attempt: DEBUG Loaded Plugin: RFC 6120: Stream Feature: STARTTLS DEBUG Loaded Plugin: RFC 6120: Stream Feature: Resource Binding DEBUG Loaded Plugin: RFC 3920: Stream...
And here is my attempt to connect "manually" from the python-shell. Again, domain-name and ip-addresses are replaced. Python 3.4.2 (default, Oct 19 2014, 13:31:11) [GCC 4.9.1] on linux Type "help",...
After a bit of checking (I really need a good python-debugger after that) I redid what I tried in the comment above with the paramters sleekxmpp uses for the function...
After hours of debugging I found the error: In the latest ejabberd-update the supported TLS-versions changed to 1.2 only. Therefore initiating a connection with `ssl_version = 3` (TLS-1.0) while actually...