Commit 276e6a0d authored by Robin Collier's avatar Robin Collier Committed by rcollier

OF-20 Removed the attribute

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11278 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8a1f3890
...@@ -875,7 +875,6 @@ public class PubSubEngine { ...@@ -875,7 +875,6 @@ public class PubSubEngine {
subElement.addAttribute("node", node.getNodeID()); subElement.addAttribute("node", node.getNodeID());
} }
subElement.addAttribute("jid", subscription.getJID().toString()); subElement.addAttribute("jid", subscription.getJID().toString());
subElement.addAttribute("affiliation", nodeAffiliate.getAffiliation().name());
subElement.addAttribute("subscription", subscription.getState().name()); subElement.addAttribute("subscription", subscription.getState().name());
if (node.isMultipleSubscriptionsEnabled()) { if (node.isMultipleSubscriptionsEnabled()) {
subElement.addAttribute("subid", subscription.getID()); subElement.addAttribute("subid", subscription.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