diff options
author | mathieui <mathieui@mathieui.net> | 2021-03-01 20:54:26 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-03-01 20:54:26 +0100 |
commit | 2ff72d88fd1cab483a7572e37983e150f8cde713 (patch) | |
tree | 22287ae53eb0a3cfe940fb2f4f57051db834005b /docs | |
parent | 9561a2a305d2e2343612cd86112f89e70de55e5b (diff) | |
download | slixmpp-2ff72d88fd1cab483a7572e37983e150f8cde713.tar.gz slixmpp-2ff72d88fd1cab483a7572e37983e150f8cde713.tar.bz2 slixmpp-2ff72d88fd1cab483a7572e37983e150f8cde713.tar.xz slixmpp-2ff72d88fd1cab483a7572e37983e150f8cde713.zip |
docs: improve XEP-0030 docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/plugins/xep_0030.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/api/plugins/xep_0030.rst b/docs/api/plugins/xep_0030.rst index 81499dba..188ede45 100644 --- a/docs/api/plugins/xep_0030.rst +++ b/docs/api/plugins/xep_0030.rst @@ -9,14 +9,31 @@ XEP-0030: Service Discovery :exclude-members: session_bind, plugin_init, plugin_end +.. _api-0030: + +Internal API Methods +-------------------- + +All ``api`` operations supported by the 0030 plugin are implemented as part of +the :class:`~.StaticDisco` class which implement an in-memory cache for disco +info and items. + + +.. automodule:: slixmpp.plugins.xep_0030.static + :members: + :member-order: bysource + + Stanza elements --------------- .. automodule:: slixmpp.plugins.xep_0030.stanza.info :members: + :member-order: bysource :undoc-members: .. automodule:: slixmpp.plugins.xep_0030.stanza.items :members: + :member-order: bysource :undoc-members: |