Add command to rejoin rooms

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-12-27 14:30:54 +01:00
commit ea62a41b78
2 changed files with 43 additions and 11 deletions

View file

@ -60,6 +60,7 @@ async fn main() -> Result<(), Error> {
config.password.as_str(),
config.rooms,
config.nickname,
config.admins,
);
let xmpp_handle = tokio::task::spawn(async move {