fix error namespace for ComponentXMPP

in SlixTest, if mode=="component", restore
jabber:client namespace afterwards

Fixes #3476
Fixes #3474
This commit is contained in:
nicoco
2023-02-26 22:32:21 +01:00
parent 4fa068da54
commit e16f72d32d
30 changed files with 31 additions and 86 deletions

View File

@@ -7,9 +7,6 @@ class TestReply(SlixTest):
def setUp(self):
self.stream_start(plugins=["xep_0461"])
def tearDown(self):
self.stream_close()
def testFallBackBody(self):
async def on_reply(msg):
start = msg["feature_fallback"]["fallback_body"]["start"]