extern crate xml;
extern crate openssl;
pub mod ns;
pub mod transport;
pub mod error;
pub mod jid;
pub mod client;
pub mod tree;
mod locked_io;