7 lines
104 B
Rust
7 lines
104 B
Rust
|
pub mod error;
|
||
|
pub mod iq;
|
||
|
pub mod message;
|
||
|
pub mod presence;
|
||
|
|
||
|
pub const XMLNS: &str = "jabber:client";
|