aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/src/xep_0060/mod.rs
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-01 08:27:33 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-01 08:27:33 +0100
commit132d932e6264774ad7d6eab9f52719848c5c91bb (patch)
tree35eb26a46e3da3e7a6451d6fe49f413c00458199 /stanza/src/xep_0060/mod.rs
parentb18c1cc2568dc116de5944d9829303ef8cc61b00 (diff)
downloadluz-132d932e6264774ad7d6eab9f52719848c5c91bb.tar.gz
luz-132d932e6264774ad7d6eab9f52719848c5c91bb.tar.bz2
luz-132d932e6264774ad7d6eab9f52719848c5c91bb.zip
feat(stanza): xep-0060: pubsub
Diffstat (limited to 'stanza/src/xep_0060/mod.rs')
-rw-r--r--stanza/src/xep_0060/mod.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/stanza/src/xep_0060/mod.rs b/stanza/src/xep_0060/mod.rs
new file mode 100644
index 0000000..566310f
--- /dev/null
+++ b/stanza/src/xep_0060/mod.rs
@@ -0,0 +1,4 @@
+pub mod errors;
+pub mod event;
+pub mod owner;
+pub mod pubsub;