Merge branch 'fix-register' into 'master'
Fix registration See merge request poezio/slixmpp!246
This commit is contained in:
commit
da9646cdaa
@ -1339,6 +1339,8 @@ class XMLStream(asyncio.BaseProtocol):
|
|||||||
passthrough = True
|
passthrough = True
|
||||||
elif data.get_plugin('session', check=True):
|
elif data.get_plugin('session', check=True):
|
||||||
passthrough = True
|
passthrough = True
|
||||||
|
elif data.get_plugin('register', check=True):
|
||||||
|
passthrough = True
|
||||||
elif isinstance(data, Handshake):
|
elif isinstance(data, Handshake):
|
||||||
passthrough = True
|
passthrough = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user