We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd be interested in auto reconnection logic. Would this be useful to anyone else?
I get several disconnects per day due to laptop sleeping/resuming and changing network interfaces.
xmpp-client output after disconnection:
* (11:15AM) EOF * (11:15AM) Exiting because channel to server closed
It looks like the password already remains in memory during the entire session:
xmpp-client/ui.go
Line 234 in 8142601
The text was updated successfully, but these errors were encountered:
Yes, this bothers me a lot.
Sorry, something went wrong.
Me too. And I don't think it is that hard to fix. I you aren't faster, I will give it a try,
No branches or pull requests
I'd be interested in auto reconnection logic. Would this be useful to anyone else?
I get several disconnects per day due to laptop sleeping/resuming and changing network interfaces.
xmpp-client output after disconnection:
It looks like the password already remains in memory during the entire session:
xmpp-client/ui.go
Line 234 in 8142601
The text was updated successfully, but these errors were encountered: