mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
10 lines
125 B
Rust
10 lines
125 B
Rust
|
extern crate minidom;
|
||
|
|
||
|
pub mod error;
|
||
|
pub mod ns;
|
||
|
|
||
|
pub mod disco;
|
||
|
pub mod data_forms;
|
||
|
pub mod media_element;
|
||
|
pub mod ecaps2;
|