#[derive(Debug)]
pub enum JabberError {
ConnectionError,
BadStream,
StartTlsUnavailable,
TlsNegotiation,
}