aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stanza/src/lib.rs')
-rw-r--r--stanza/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/stanza/src/lib.rs b/stanza/src/lib.rs
index c8daaa5..85bce52 100644
--- a/stanza/src/lib.rs
+++ b/stanza/src/lib.rs
@@ -10,6 +10,7 @@ pub mod stream;
pub mod stream_error;
#[cfg(feature = "xep_0030")]
pub mod xep_0030;
+#[cfg(feature = "xep_0199")]
pub mod xep_0199;
#[cfg(feature = "xep_0203")]
pub mod xep_0203;