Commit 66997e94 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Removed affiliate attribute from subscription element.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5160 b35dd754-fafc-0310-a699-88a17e54d16e
parent 6b3f9f96
......@@ -768,8 +768,6 @@ public class NodeSubscription {
entity.addAttribute("node", node.getNodeID());
}
entity.addAttribute("jid", getJID().toString());
NodeAffiliate nodeAffiliate = getAffiliate();
entity.addAttribute("affiliation", nodeAffiliate.getAffiliation().name());
if (node.isMultipleSubscriptionsEnabled()) {
entity.addAttribute("subid", getID());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment