Skip to content

Commit 27bcf5b

Browse files
committed
Fixing affiliations tests
1 parent 0084922 commit 27bcf5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/subscriptions.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var mockConfig = {
5050
</pubsub>\
5151
</iq>':
5252
'<iq type="result">\
53-
<pubsub xmlns="http://jabber.org/protocol/pubsub">\
53+
<pubsub xmlns="http://jabber.org/protocol/pubsub#owner">\
5454
<affiliations>\
5555
<affiliation node="/user/alice@localhost/posts" \
5656
affiliation="owner"/>\
@@ -67,7 +67,7 @@ var mockConfig = {
6767
</pubsub>\
6868
</iq>':
6969
'<iq type="result">\
70-
<pubsub xmlns="http://jabber.org/protocol/pubsub#owner">\
70+
<pubsub xmlns="http://jabber.org/protocol/pubsub">\
7171
<affiliations node="/user/alice@localhost/posts">\
7272
<affiliation jid="alice@localhost" affiliation="owner"/>\
7373
<affiliation jid="bob@localhost" affiliation="subscriber"/>\
@@ -98,7 +98,7 @@ var mockConfig = {
9898
</pubsub>\
9999
</iq>':
100100
'<iq type="result">\
101-
<pubsub xmlns="http://jabber.org/protocol/pubsub#owner">\
101+
<pubsub xmlns="http://jabber.org/protocol/pubsub">\
102102
<affiliations node="/user/alice@localhost/posts">\
103103
<affiliation jid="alice@localhost" affiliation="owner"/>\
104104
<affiliation jid="bob@localhost" affiliation="subscriber"/>\
@@ -125,7 +125,7 @@ var mockConfig = {
125125
</pubsub>\
126126
</iq>':
127127
'<iq type="result">\
128-
<pubsub xmlns="http://jabber.org/protocol/pubsub#owner">\
128+
<pubsub xmlns="http://jabber.org/protocol/pubsub">\
129129
<affiliations node="/user/alice@localhost/posts">\
130130
<affiliation jid="alice@localhost" affiliation="owner"/>\
131131
<affiliation jid="bob@localhost" affiliation="subscriber"/>\

0 commit comments

Comments
 (0)