aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/src/lib.rs
blob: 4629c078fe624c4545ed18ba2411a115e40b4fa3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use peanuts::declaration::VersionInfo;

pub mod bind;
pub mod client;
pub mod roster;
pub mod sasl;
pub mod stanza_error;
pub mod starttls;
pub mod stream;
pub mod stream_error;
pub mod xep_0199;
#[cfg(feature = "xep_0203")]
pub mod xep_0203;

pub static XML_VERSION: VersionInfo = VersionInfo::One;