aboutsummaryrefslogtreecommitdiffstats
path: root/src/stanza/client/mod.rs
blob: 7b25b15c80cec98c1abbbd439a218ab249e3b015 (plain) (blame)
1
2
3
4
5
6
pub mod error;
pub mod iq;
pub mod message;
pub mod presence;

pub const XMLNS: &str = "jabber:client";