@@ -50,7 +50,7 @@ var mockConfig = {
50
50
</pubsub>\
51
51
</iq>' :
52
52
'<iq type="result">\
53
- <pubsub xmlns="http://jabber.org/protocol/pubsub">\
53
+ <pubsub xmlns="http://jabber.org/protocol/pubsub#owner ">\
54
54
<affiliations>\
55
55
<affiliation node="/user/alice@localhost/posts" \
56
56
affiliation="owner"/>\
@@ -67,7 +67,7 @@ var mockConfig = {
67
67
</pubsub>\
68
68
</iq>' :
69
69
'<iq type="result">\
70
- <pubsub xmlns="http://jabber.org/protocol/pubsub#owner ">\
70
+ <pubsub xmlns="http://jabber.org/protocol/pubsub">\
71
71
<affiliations node="/user/alice@localhost/posts">\
72
72
<affiliation jid="alice@localhost" affiliation="owner"/>\
73
73
<affiliation jid="bob@localhost" affiliation="subscriber"/>\
@@ -98,7 +98,7 @@ var mockConfig = {
98
98
</pubsub>\
99
99
</iq>' :
100
100
'<iq type="result">\
101
- <pubsub xmlns="http://jabber.org/protocol/pubsub#owner ">\
101
+ <pubsub xmlns="http://jabber.org/protocol/pubsub">\
102
102
<affiliations node="/user/alice@localhost/posts">\
103
103
<affiliation jid="alice@localhost" affiliation="owner"/>\
104
104
<affiliation jid="bob@localhost" affiliation="subscriber"/>\
@@ -125,7 +125,7 @@ var mockConfig = {
125
125
</pubsub>\
126
126
</iq>' :
127
127
'<iq type="result">\
128
- <pubsub xmlns="http://jabber.org/protocol/pubsub#owner ">\
128
+ <pubsub xmlns="http://jabber.org/protocol/pubsub">\
129
129
<affiliations node="/user/alice@localhost/posts">\
130
130
<affiliation jid="alice@localhost" affiliation="owner"/>\
131
131
<affiliation jid="bob@localhost" affiliation="subscriber"/>\
0 commit comments