Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
ibb: Expose in-band bytestreams as asyncio.Transport instances
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianriese committed Nov 1, 2018
1 parent 5042ebb commit 8a1eb01
Show file tree
Hide file tree
Showing 4 changed files with 656 additions and 185 deletions.
2 changes: 1 addition & 1 deletion aioxmpp/ibb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
.. autoclass:: IBBStanzaType
.. currentmodule:: aioxmpp.ibb.service
.. autoclass:: SessionHandle()
.. autoclass:: IBBTransport()
"""
from .xso import StanzaType as IBBStanzaType # NOQA
Expand Down

0 comments on commit 8a1eb01

Please sign in to comment.