summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-02-13 16:13:30 +0100
committermathieui <mathieui@mathieui.net>2021-02-13 20:23:20 +0100
commit02e0afbf0f5e56b15eec481bb4750422715b9562 (patch)
treeb483adf0bb5b34bdfb7322984e687c25dac3cbe5 /docs
parentace82c9bc47df97344952e71cd59ee99114abbb0 (diff)
downloadslixmpp-02e0afbf0f5e56b15eec481bb4750422715b9562.tar.gz
slixmpp-02e0afbf0f5e56b15eec481bb4750422715b9562.tar.bz2
slixmpp-02e0afbf0f5e56b15eec481bb4750422715b9562.tar.xz
slixmpp-02e0afbf0f5e56b15eec481bb4750422715b9562.zip
XEP-0047: Better typing, docs, coroutine.
- Add a gather() shortcut to buffer all data received in a stream - Fix a bug in sendall that happens if the data is above the block size.
Diffstat (limited to 'docs')
-rw-r--r--docs/api/plugins/xep_0047.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api/plugins/xep_0047.rst b/docs/api/plugins/xep_0047.rst
index 4efded9b..c8aea741 100644
--- a/docs/api/plugins/xep_0047.rst
+++ b/docs/api/plugins/xep_0047.rst
@@ -8,6 +8,10 @@ XEP-0047: In-band Bytestreams
:members:
:exclude-members: session_bind, plugin_init, plugin_end
+.. module:: slixmpp.plugins.xep_0047
+
+.. autoclass:: IBBytestream
+ :members:
Stanza elements
---------------