Commit 25c69637 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Do not forget to send the reply.... :(

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3853 b35dd754-fafc-0310-a699-88a17e54d16e
parent 688659bb
...@@ -1879,6 +1879,8 @@ public abstract class Node { ...@@ -1879,6 +1879,8 @@ public abstract class Node {
entity.addAttribute("jid", affiliate.getJID().toString()); entity.addAttribute("jid", affiliate.getJID().toString());
entity.addAttribute("affiliation", affiliate.getAffiliation().name()); entity.addAttribute("affiliation", affiliate.getAffiliation().name());
} }
// Send reply
service.send(reply);
} }
/** /**
...@@ -1906,6 +1908,8 @@ public abstract class Node { ...@@ -1906,6 +1908,8 @@ public abstract class Node {
} }
} }
} }
// Send reply
service.send(reply);
} }
/** /**
......
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