blob: 32716d3825eb4d3e7e94f515d70ab07b7219f473 (
plain) (
tree)
|
|
use peanuts::declaration::VersionInfo;
pub mod bind;
pub mod client;
pub mod sasl;
pub mod stanza_error;
pub mod starttls;
pub mod stream;
pub mod stream_error;
pub static XML_VERSION: VersionInfo = VersionInfo::One;
|