From 02e0afbf0f5e56b15eec481bb4750422715b9562 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 13 Feb 2021 16:13:30 +0100 Subject: 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. --- docs/api/plugins/xep_0047.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/api/plugins/xep_0047.rst') 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 --------------- -- cgit v1.2.3