Commit ae59b36b authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added field type to field that returns list of jids.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3777 b35dd754-fafc-0310-a699-88a17e54d16e
parent d21816cc
...@@ -75,6 +75,7 @@ public class GetListActiveUsers extends AdHocCommand { ...@@ -75,6 +75,7 @@ public class GetListActiveUsers extends AdHocCommand {
field.addValue("http://jabber.org/protocol/admin"); field.addValue("http://jabber.org/protocol/admin");
field = form.addField(); field = form.addField();
field.setType(FormField.Type.jid_single);
field.setLabel("The list of active users"); field.setLabel("The list of active users");
field.setVariable("activeuserjids"); field.setVariable("activeuserjids");
......
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