luz/src/stanza/client/mod.rs

7 lines
104 B
Rust
Raw Normal View History

2024-12-02 21:50:15 +00:00
pub mod error;
pub mod iq;
pub mod message;
pub mod presence;
pub const XMLNS: &str = "jabber:client";