summaryrefslogtreecommitdiffstats
path: root/src/stanza/mod.rs
blob: 02ea277d454d155caac06ec62243fc29bc3c437a (plain) (blame)
1
2
3
4
5
6
// use quick_xml::events::BytesDecl;

pub mod sasl;
pub mod stream;

// const DECLARATION: BytesDecl<'_> = BytesDecl::new("1.0", None, None);