diff options
author | mathieui <mathieui@mathieui.net> | 2021-03-09 19:25:26 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-03-09 19:25:26 +0100 |
commit | 1289cf575c7a2c3db4a425b4ca4ee128098d9966 (patch) | |
tree | eca81fdee93beb2e04b175e69fd3c282f57351a9 /docs/api | |
parent | a568363a6c6e102271c400f28628e3d8de335486 (diff) | |
parent | 5a3ab2c5c13aea6761680a9ccc6cf53c133c9ac7 (diff) | |
download | slixmpp-1289cf575c7a2c3db4a425b4ca4ee128098d9966.tar.gz slixmpp-1289cf575c7a2c3db4a425b4ca4ee128098d9966.tar.bz2 slixmpp-1289cf575c7a2c3db4a425b4ca4ee128098d9966.tar.xz slixmpp-1289cf575c7a2c3db4a425b4ca4ee128098d9966.zip |
Merge branch 'rsm-fixes' into 'master'
XEP-0059 (RSM) - Some fixes
See merge request poezio/slixmpp!145
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/plugins/xep_0059.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api/plugins/xep_0059.rst b/docs/api/plugins/xep_0059.rst index e9f7db28..0d5ba32e 100644 --- a/docs/api/plugins/xep_0059.rst +++ b/docs/api/plugins/xep_0059.rst @@ -8,6 +8,9 @@ XEP-0059: Result Set Management :members: :exclude-members: session_bind, plugin_init, plugin_end +.. autoclass:: ResultIterator + :members: + :member-order: bysource Stanza elements --------------- |