fix error namespace for ComponentXMPP
in SlixTest, if mode=="component", restore jabber:client namespace afterwards Fixes #3476 Fixes #3474
This commit is contained in:
@@ -6,9 +6,6 @@ from slixmpp.test import SlixTest
|
||||
|
||||
class TestStreamChatStates(SlixTest):
|
||||
|
||||
def tearDown(self):
|
||||
self.stream_close()
|
||||
|
||||
def testChatStates(self):
|
||||
self.stream_start(mode='client', plugins=['xep_0030', 'xep_0085'])
|
||||
|
||||
|
Reference in New Issue
Block a user