Package org.xmpp.forms

Examples of org.xmpp.forms.DataForm.removeField()


    }
   
    public void addFormType() {
        DataForm challengeForm = getChallengeForm();
       
        challengeForm.removeField("FORM_TYPE");
       
        FormField field = challengeForm.addField();
        field.setVariable("FORM_TYPE");
        field.setType(FormField.Type.hidden);
        field.addValue("urn:xmpp:tmp:challenge");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.