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.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/stanza/src/lib.rs b/stanza/src/lib.rs
index 0bae7f7..0a71a26 100644
--- a/stanza/src/lib.rs
+++ b/stanza/src/lib.rs
@@ -17,6 +17,8 @@ pub mod xep_0030;
pub mod xep_0059;
#[cfg(feature = "xep_0060")]
pub mod xep_0060;
+#[cfg(feature = "xep_0131")]
+pub mod xep_0131;
#[cfg(feature = "xep_0199")]
pub mod xep_0199;
#[cfg(feature = "xep_0203")]