muc.sendConfigurationForm(newForm(Form.TYPE_SUBMIT));
For this line the Form.TYPE_SUBMIT is not recognised, is there something else I need to import or am I missing something?
muc.sendConfigurationForm(newForm(Form.TYPE_SUBMIT));
For this line the Form.TYPE_SUBMIT is not recognised, is there something else I need to import or am I missing something?