diff options
Diffstat (limited to 'stanza/src/lib.rs')
-rw-r--r-- | stanza/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stanza/src/lib.rs b/stanza/src/lib.rs index 9585353..85c5c84 100644 --- a/stanza/src/lib.rs +++ b/stanza/src/lib.rs @@ -9,6 +9,8 @@ pub mod stanza_error; pub mod starttls; pub mod stream; pub mod stream_error; +#[cfg(feature = "xep_0004")] +pub mod xep_0004; #[cfg(feature = "xep_0030")] pub mod xep_0030; #[cfg(feature = "xep_0199")] |