Commit 534666f1 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Modified FORM_TYPE variable value according new JEP spec.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@203 b35dd754-fafc-0310-a699-88a17e54d16e
parent 59578723
...@@ -592,7 +592,7 @@ public class IQOwnerHandler { ...@@ -592,7 +592,7 @@ public class IQOwnerHandler {
XFormFieldImpl field = new XFormFieldImpl("FORM_TYPE"); XFormFieldImpl field = new XFormFieldImpl("FORM_TYPE");
field.setType(FormField.TYPE_HIDDEN); field.setType(FormField.TYPE_HIDDEN);
field.addValue("http://jabber.org/protocol/muc#owner"); field.addValue("http://jabber.org/protocol/muc#roomconfig");
configurationForm.addField(field); configurationForm.addField(field);
field = new XFormFieldImpl("muc#roomconfig_roomname"); field = new XFormFieldImpl("muc#roomconfig_roomname");
......
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