3EKAR2UJ2OUTH3HZY2F42CI5I3QU2GQUK6CH6VOIF4CFXF64RKPAC
S7A7LHUN2YLV3HEQBHOSYQCRBMDTX6AJ4WTWLKQZY7547LEGFCUQC
TGO4TIWURN54UFBLMUX4EZTZBG3TE5F4VRL56BTLOINCKJEUDD7QC
RNQTHBRIVBDC25NEWEZLM62EZD7KOQHIZFHVHOLEXDXWUAPNTEPQC
GVI6M6SCKQ6AMWMEILSCWBSNHAFFBOUMOT5IQSFY6OSTHQCJGO5QC
3RMEABMUIPT6DGE6RU6NI7LJ62AUQYKIVU4SA4ZL2P3L4CSGIKEAC
.body(Body::from(format!("Accepted")))
.body(Body::from("Accepted".to_string()))
.body(Body::from(format!("Cann't get presence text")))
.body(Body::from("Cann't get presence text".to_string()))
.body(Body::from(format!("Cann't send ping")))
.body(Body::from("Cann't send ping".to_string()))
.body(Body::from(format!("Cann't get message text")))
.body(Body::from("Cann't get message text".to_string()))
.body(Body::from(format!("Cann't get chat presence text")))
.body(Body::from( "Cann't get chat presence text".to_string(), ))
.body(Body::from(
"Cann't get chat presence text".to_string(),
))
.body(Body::from("Cann't get chat presence text".to_string()))
.body(Body::from(format!("Cann't get chat message text")))
.body(Body::from( "Cann't get chat message text".to_string(), ))
"Cann't get chat message text".to_string(),
.body(Body::from("Cann't get chat message text".to_string()))
match tokio::signal::ctrl_c().await { Err(e) => { error!("Stop signal registering failed {}", e); return; } _ => {}
match tokio::signal::ctrl_c().await {
Err(e) => {
error!("Stop signal registering failed {}", e);
return;
}
_ => {}
if let Err(e) = tokio::signal::ctrl_c().await { error!("Stop signal registering failed {}", e);
if let Err(e) = tokio::signal::ctrl_c().await {
match cmd_send
if let Err(e) = cmd_send
Err(e) => { error!("Cann't send global ping {}", e); } _ => {}
error!("Cann't send global ping {}", e);
match cmd_send.send(XmppCommand::TimeoutCleanup).await { Err(e) => { error!("Cann't send timeout cleanup {}", e); } _ => {}
match cmd_send.send(XmppCommand::TimeoutCleanup).await {
error!("Cann't send timeout cleanup {}", e);
if let Err(e) = cmd_send.send(XmppCommand::TimeoutCleanup).await { error!("Cann't send timeout cleanup {}", e);
if let Err(e) = cmd_send.send(XmppCommand::TimeoutCleanup).await {