diff options
author | Link Mauve <linkmauve@linkmauve.fr> | 2020-12-10 19:45:30 +0100 |
---|---|---|
committer | Link Mauve <linkmauve@linkmauve.fr> | 2020-12-10 19:45:30 +0100 |
commit | 1e2d15b8f58249b31dd5882772d58add1369fc37 (patch) | |
tree | 6d39e5fc8241884acf30b209a07ef4cabd80c323 /docs/api/plugins/xep_0359.rst | |
parent | d37182804102682a715df43c48a6d874835cd71a (diff) | |
parent | 155fc58a22d631746436a81119a94c80d6ea2d2b (diff) | |
download | slixmpp-1e2d15b8f58249b31dd5882772d58add1369fc37.tar.gz slixmpp-1e2d15b8f58249b31dd5882772d58add1369fc37.tar.bz2 slixmpp-1e2d15b8f58249b31dd5882772d58add1369fc37.tar.xz slixmpp-1e2d15b8f58249b31dd5882772d58add1369fc37.zip |
Merge branch 'docs-event-sphinx-plugins' into 'master'
Docs: add more events, add plugins to the doc
See merge request poezio/slixmpp!84
Diffstat (limited to 'docs/api/plugins/xep_0359.rst')
-rw-r--r-- | docs/api/plugins/xep_0359.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/api/plugins/xep_0359.rst b/docs/api/plugins/xep_0359.rst new file mode 100644 index 00000000..f996f594 --- /dev/null +++ b/docs/api/plugins/xep_0359.rst @@ -0,0 +1,18 @@ + +XEP 0359 +======== + +.. module:: slixmpp.plugins.xep_0359 + +.. autoclass:: XEP_0359 + :members: + :exclude-members: session_bind, plugin_init, plugin_end + + +Stanza elements +--------------- + +.. automodule:: slixmpp.plugins.xep_0359.stanza + :members: + :undoc-members: + |