diff options
author | mathieui <mathieui@mathieui.net> | 2021-02-06 18:08:49 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-02-08 23:08:31 +0100 |
commit | 679432591e9341bdbe2264d414c54e7852f52446 (patch) | |
tree | cf13f63e023d22a108509acdf6256eb59e5d51ae /docs | |
parent | bc04da256a0553fbbacf57477d531e96efd19241 (diff) | |
download | slixmpp-679432591e9341bdbe2264d414c54e7852f52446.tar.gz slixmpp-679432591e9341bdbe2264d414c54e7852f52446.tar.bz2 slixmpp-679432591e9341bdbe2264d414c54e7852f52446.tar.xz slixmpp-679432591e9341bdbe2264d414c54e7852f52446.zip |
docs: do not order xep 0045 methods alphabetically
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/plugins/xep_0045.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api/plugins/xep_0045.rst b/docs/api/plugins/xep_0045.rst index d4420870..3587bc90 100644 --- a/docs/api/plugins/xep_0045.rst +++ b/docs/api/plugins/xep_0045.rst @@ -5,6 +5,7 @@ XEP-0045: Multi-User Chat .. module:: slixmpp.plugins.xep_0045 .. autoclass:: XEP_0045 + :member-order: bysource :members: :exclude-members: session_bind, plugin_init, plugin_end |