summaryrefslogtreecommitdiff
path: root/tests/test_stream_xep_0356.py
diff options
context:
space:
mode:
authornicoco <nicoco@nicoco.fr>2022-07-16 17:08:21 +0200
committernicoco <nicoco@nicoco.fr>2022-07-16 17:08:21 +0200
commitafedfa4b061da4ec526db11f08677fa3e30bafeb (patch)
treef5f759587756f2615e62640869f9de5b68d619ea /tests/test_stream_xep_0356.py
parentafb5419b6820c2d4e256ff1ce2f31e4442dcfe2a (diff)
parent5998069203fc1690e702b1267bcf694859e783f7 (diff)
downloadslixmpp-afedfa4b061da4ec526db11f08677fa3e30bafeb.tar.gz
slixmpp-afedfa4b061da4ec526db11f08677fa3e30bafeb.tar.bz2
slixmpp-afedfa4b061da4ec526db11f08677fa3e30bafeb.tar.xz
slixmpp-afedfa4b061da4ec526db11f08677fa3e30bafeb.zip
Merge branch 'master' of https://lab.louiz.org/poezio/slixmpp
Diffstat (limited to 'tests/test_stream_xep_0356.py')
-rw-r--r--tests/test_stream_xep_0356.py4
1 files changed, 2 insertions, 2 deletions
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(
"""
<message from='capulet.net' to='pubub.capulet.lit' id='54321'>
- <privilege xmlns='urn:xmpp:privilege:1'>
+ <privilege xmlns='urn:xmpp:privilege:2'>
<perm access='roster' type='both'/>
<perm access='message' type='outgoing'/>
</privilege>
@@ -95,7 +95,7 @@ class TestPermissions(SlixTest):
def testMakeOutgoingMessage(self):
xmlstring = """
<message xmlns="jabber:component:accept" from='pubsub.capulet.lit' to='capulet.net'>
- <privilege xmlns='urn:xmpp:privilege:1'>
+ <privilege xmlns='urn:xmpp:privilege:2'>
<forwarded xmlns='urn:xmpp:forward:0'>
<message from="juliet@capulet.lit" to="romeo@montague.lit" xmlns="jabber:client">
<body>I do not hate you</body>