diff --git a/slixmpp/xmlstream/xmlstream.py b/slixmpp/xmlstream/xmlstream.py index 5e6a64ec..c7af73a4 100644 --- a/slixmpp/xmlstream/xmlstream.py +++ b/slixmpp/xmlstream/xmlstream.py @@ -1339,6 +1339,8 @@ class XMLStream(asyncio.BaseProtocol): passthrough = True elif data.get_plugin('session', check=True): passthrough = True + elif data.get_plugin('register', check=True): + passthrough = True elif isinstance(data, Handshake): passthrough = True