Package org.apache.vysper.xml.fragment

Examples of org.apache.vysper.xml.fragment.XMLElementBuilder.endInnerElement()


            builder.addAttribute("affiliation", newAffiliation.toString());
        }
        if(newRole != null) {
            builder.addAttribute("role", newRole.toString());
        }
        builder.endInnerElement();

        XMLElement expectedInner = builder.build();
       
        assertErrorStanza(result, "iq", ROOM2_JID, OCCUPANT1_JID, StanzaErrorType.CANCEL, expectedError, expectedInner);
    }
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.