From a1a5f3984dbb44163d3b107d502e010793b56cff Mon Sep 17 00:00:00 2001 From: Nicolas Cedilnik Date: Thu, 9 Jun 2022 16:45:36 +0200 Subject: XEP-0356: namespace version bump --- tests/test_stanza_xep_0356.py | 2 +- tests/test_stream_xep_0356.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/test_stanza_xep_0356.py b/tests/test_stanza_xep_0356.py index ef116db2..cf14ccba 100644 --- a/tests/test_stanza_xep_0356.py +++ b/tests/test_stanza_xep_0356.py @@ -13,7 +13,7 @@ class TestPermissions(SlixTest): def testAdvertisePermission(self): xmlstring = """ - + diff --git a/tests/test_stream_xep_0356.py b/tests/test_stream_xep_0356.py index 2949daad..e2ce9569 100644 --- a/tests/test_stream_xep_0356.py +++ b/tests/test_stream_xep_0356.py @@ -31,7 +31,7 @@ class TestPermissions(SlixTest): self.recv( """ - + @@ -95,7 +95,7 @@ class TestPermissions(SlixTest): def testMakeOutgoingMessage(self): xmlstring = """ - + I do not hate you -- cgit v1.2.3