format code, add confirmation to destroy muc, implement some disconnect logic

This commit is contained in:
2026-02-19 11:28:18 +00:00
parent 3f40d3da29
commit 39156af48a
4 changed files with 136 additions and 59 deletions

View File

@@ -11,11 +11,12 @@ type chatTab struct {
}
type lambdaConfig struct {
Server string
Username string
Password string
Insecure bool
Nick string
Server string
Username string
Password string
Insecure bool
Nick string
JoinBookmarks bool
}
type mucUnit struct {