From c2ece57dee13ca8971bff66ff6e4899e9d2cfe71 Mon Sep 17 00:00:00 2001
From: nicoco <nicoco@nicoco.fr>
Date: Sun, 11 Sep 2022 23:16:34 +0200
Subject: Add XEP-0055 (Jabber Search)

---
 docs/api/plugins/xep_0055.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 docs/api/plugins/xep_0055.rst

(limited to 'docs')

diff --git a/docs/api/plugins/xep_0055.rst b/docs/api/plugins/xep_0055.rst
new file mode 100644
index 00000000..75abe991
--- /dev/null
+++ b/docs/api/plugins/xep_0055.rst
@@ -0,0 +1,18 @@
+
+XEP-0055: Jabber search
+=======================
+
+.. module:: slixmpp.plugins.xep_0055
+
+.. autoclass:: XEP_0055
+    :members:
+    :exclude-members: session_bind, plugin_init, plugin_end
+
+
+Stanza elements
+---------------
+
+.. automodule:: slixmpp.plugins.xep_0055.stanza
+    :members:
+    :undoc-members:
+
-- 
cgit v1.2.3