Fixed
Details
Assignee
Gaston DombiakGaston DombiakReporter
Gaston DombiakGaston DombiakComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Gaston Dombiak
Gaston DombiakReporter
Gaston Dombiak
Gaston DombiakComponents
Fix versions
Affects versions
Priority
Created June 8, 2006 at 2:09 AM
Updated June 8, 2006 at 2:10 AM
Resolved June 8, 2006 at 2:10 AM
Current answer:
<iq type="result" id="nodes1" from="pubsub.xxxx" to="rem@xxxx/Spark">
<pubsub xmlns="http://jabber.org/protocol/pubsub#owner">
<affiliations node="/newroom_1"/>
<affiliation jid="keith@xxxx" affiliation="owner"/>
<affiliation jid="rem@xxxx" affiliation="owner"/>
</pubsub>
</iq>
Correct answer:
<iq type="result" id="nodes1" from="pubsub.xxxx" to="rem@xxxx/Spark">
<pubsub xmlns="http://jabber.org/protocol/pubsub#owner">
<affiliations node="/newroom_1">
<affiliation jid="keith@xxxx" affiliation="owner"/>
<affiliation jid="rem@xxxx" affiliation="owner"/>
<affiliations/>
</pubsub>
</iq>