Add command to rejoin rooms
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
478780d063
commit
ea62a41b78
2 changed files with 43 additions and 11 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue