Fix Ctrl+C reaction
Dependencies
Change contents
- edit in src/xmpp/mod.rs at line 57
if e.to_string().starts_with("Stop XMPP connection") {info!("Stopping XMPP process");break Ok(());}
if e.to_string().starts_with("Stop XMPP connection") { info!("Stopping XMPP process"); break Ok(()); }